Package system.windows.forms
Class ControlPaint
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.ControlPaint
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ControlPaint extends NetObject
The base .NET class managing System.Windows.Forms.ControlPaint, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ControlPaint
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.ControlPaintstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ControlPaint()ControlPaint(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ControlPaintcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoControlPaint, a cast assert is made to check if types are compatible.static ColorDark(Color baseColor)static ColorDark(Color baseColor, Single percOfDarkDark)static ColorDarkDark(Color baseColor)static voidDrawBorder(Graphics graphics, Rectangle bounds, Color leftColor, int leftWidth, ButtonBorderStyle leftStyle, Color topColor, int topWidth, ButtonBorderStyle topStyle, Color rightColor, int rightWidth, ButtonBorderStyle rightStyle, Color bottomColor, int bottomWidth, ButtonBorderStyle bottomStyle)static voidDrawBorder(Graphics graphics, Rectangle bounds, Color color, ButtonBorderStyle style)static voidDrawBorder3D(Graphics graphics, int x, int y, int width, int height)static voidDrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style)static voidDrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style, Border3DSide sides)static voidDrawBorder3D(Graphics graphics, Rectangle rectangle)static voidDrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style)static voidDrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides)static voidDrawButton(Graphics graphics, int x, int y, int width, int height, ButtonState state)static voidDrawButton(Graphics graphics, Rectangle rectangle, ButtonState state)static voidDrawCaptionButton(Graphics graphics, int x, int y, int width, int height, CaptionButton button, ButtonState state)static voidDrawCaptionButton(Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state)static voidDrawCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state)static voidDrawCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state)static voidDrawComboButton(Graphics graphics, int x, int y, int width, int height, ButtonState state)static voidDrawComboButton(Graphics graphics, Rectangle rectangle, ButtonState state)static voidDrawContainerGrabHandle(Graphics graphics, Rectangle bounds)static voidDrawFocusRectangle(Graphics graphics, Rectangle rectangle)static voidDrawFocusRectangle(Graphics graphics, Rectangle rectangle, Color foreColor, Color backColor)static voidDrawGrabHandle(Graphics graphics, Rectangle rectangle, boolean primary, boolean enabled)static voidDrawGrid(Graphics graphics, Rectangle area, Size pixelsBetweenDots, Color backColor)static voidDrawImageDisabled(Graphics graphics, Image image, int x, int y, Color background)static voidDrawLockedFrame(Graphics graphics, Rectangle rectangle, boolean primary)static voidDrawMenuGlyph(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph)static voidDrawMenuGlyph(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph, Color foreColor, Color backColor)static voidDrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph)static voidDrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph, Color foreColor, Color backColor)static voidDrawMixedCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state)static voidDrawMixedCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state)static voidDrawRadioButton(Graphics graphics, int x, int y, int width, int height, ButtonState state)static voidDrawRadioButton(Graphics graphics, Rectangle rectangle, ButtonState state)static voidDrawReversibleFrame(Rectangle rectangle, Color backColor, FrameStyle style)static voidDrawReversibleLine(Point start, Point end, Color backColor)static voidDrawScrollButton(Graphics graphics, int x, int y, int width, int height, ScrollButton button, ButtonState state)static voidDrawScrollButton(Graphics graphics, Rectangle rectangle, ScrollButton button, ButtonState state)static voidDrawSelectionFrame(Graphics graphics, boolean active, Rectangle outsideRect, Rectangle insideRect, Color backColor)static voidDrawSizeGrip(Graphics graphics, Color backColor, int x, int y, int width, int height)static voidDrawSizeGrip(Graphics graphics, Color backColor, Rectangle bounds)static voidDrawStringDisabled(Graphics graphics, java.lang.String s, Font font, Color color, RectangleF layoutRectangle, StringFormat format)static voidDrawStringDisabled(IDeviceContext dc, java.lang.String s, Font font, Color color, Rectangle layoutRectangle, TextFormatFlags format)static voidDrawVisualStyleBorder(Graphics graphics, Rectangle bounds)static voidFillReversibleRectangle(Rectangle rectangle, Color backColor)static ColorgetContrastControlDark()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic ColorLight(Color baseColor)static ColorLight(Color baseColor, Single percOfLightLight)static ColorLightLight(Color baseColor)voidsetJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.ControlPaint- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ControlPaint cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoControlPaint, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ControlPaintinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Dark
public static Color Dark(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Dark
public static Color Dark(Color baseColor, Single percOfDarkDark) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
DarkDark
public static Color DarkDark(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Light
public static Color Light(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Light
public static Color Light(Color baseColor, Single percOfLightLight) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
LightLight
public static Color LightLight(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
DrawBorder
public static void DrawBorder(Graphics graphics, Rectangle bounds, Color leftColor, int leftWidth, ButtonBorderStyle leftStyle, Color topColor, int topWidth, ButtonBorderStyle topStyle, Color rightColor, int rightWidth, ButtonBorderStyle rightStyle, Color bottomColor, int bottomWidth, ButtonBorderStyle bottomStyle) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ExternalException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException
-
DrawBorder
public static void DrawBorder(Graphics graphics, Rectangle bounds, Color color, ButtonBorderStyle style) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedException
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedException
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style, Border3DSide sides) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, ArgumentException, MulticastNotSupportedException
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, Rectangle rectangle) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedException
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedException
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionObjectDisposedException
-
DrawButton
public static void DrawButton(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawButton
public static void DrawButton(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawCaptionButton
public static void DrawCaptionButton(Graphics graphics, int x, int y, int width, int height, CaptionButton button, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawCaptionButton
public static void DrawCaptionButton(Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawCheckBox
public static void DrawCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ExternalException, NotSupportedException, OutOfMemoryException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionExternalExceptionNotSupportedExceptionOutOfMemoryExceptionNullReferenceException
-
DrawCheckBox
public static void DrawCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException, NullReferenceException
-
DrawComboButton
public static void DrawComboButton(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawComboButton
public static void DrawComboButton(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawContainerGrabHandle
public static void DrawContainerGrabHandle(Graphics graphics, Rectangle bounds) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
DrawFocusRectangle
public static void DrawFocusRectangle(Graphics graphics, Rectangle rectangle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, InvalidEnumArgumentException
-
DrawFocusRectangle
public static void DrawFocusRectangle(Graphics graphics, Rectangle rectangle, Color foreColor, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, InvalidEnumArgumentException
-
DrawGrabHandle
public static void DrawGrabHandle(Graphics graphics, Rectangle rectangle, boolean primary, boolean enabled) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, FormatException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, ExternalException, KeyNotFoundException
-
DrawGrid
public static void DrawGrid(Graphics graphics, Rectangle area, Size pixelsBetweenDots, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ExternalException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException
-
DrawImageDisabled
public static void DrawImageDisabled(Graphics graphics, Image image, int x, int y, Color background) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
DrawLockedFrame
public static void DrawLockedFrame(Graphics graphics, Rectangle rectangle, boolean primary) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, FormatException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, ExternalException, KeyNotFoundException
-
DrawMenuGlyph
public static void DrawMenuGlyph(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawMenuGlyph
public static void DrawMenuGlyph(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph, Color foreColor, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawMenuGlyph
public static void DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawMenuGlyph
public static void DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph, Color foreColor, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawMixedCheckBox
public static void DrawMixedCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawMixedCheckBox
public static void DrawMixedCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawRadioButton
public static void DrawRadioButton(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawRadioButton
public static void DrawRadioButton(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawReversibleFrame
public static void DrawReversibleFrame(Rectangle rectangle, Color backColor, FrameStyle style) throws java.lang.Throwable, InvalidOperationException, ExternalException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableInvalidOperationExceptionExternalExceptionObjectDisposedExceptionAbandonedMutexException
-
DrawReversibleLine
public static void DrawReversibleLine(Point start, Point end, Color backColor) throws java.lang.Throwable, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableObjectDisposedExceptionAbandonedMutexException
-
DrawScrollButton
public static void DrawScrollButton(Graphics graphics, int x, int y, int width, int height, ScrollButton button, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawScrollButton
public static void DrawScrollButton(Graphics graphics, Rectangle rectangle, ScrollButton button, ButtonState state) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, NullReferenceException
-
DrawSelectionFrame
public static void DrawSelectionFrame(Graphics graphics, boolean active, Rectangle outsideRect, Rectangle insideRect, Color backColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidEnumArgumentException
-
DrawSizeGrip
public static void DrawSizeGrip(Graphics graphics, Color backColor, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
DrawSizeGrip
public static void DrawSizeGrip(Graphics graphics, Color backColor, Rectangle bounds) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException
-
DrawStringDisabled
public static void DrawStringDisabled(Graphics graphics, java.lang.String s, Font font, Color color, RectangleF layoutRectangle, StringFormat format) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NullReferenceException, MemberAccessException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ExternalException, KeyNotFoundException, NotSupportedException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionExternalExceptionKeyNotFoundExceptionNotSupportedExceptionIndexOutOfRangeException
-
DrawStringDisabled
public static void DrawStringDisabled(IDeviceContext dc, java.lang.String s, Font font, Color color, Rectangle layoutRectangle, TextFormatFlags format) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, NullReferenceException, MemberAccessException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ExternalException, KeyNotFoundException, NotSupportedException, IndexOutOfRangeException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMemberAccessExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionExternalExceptionKeyNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryException
-
DrawVisualStyleBorder
public static void DrawVisualStyleBorder(Graphics graphics, Rectangle bounds) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, InvalidOperationException, NotImplementedException, InvalidEnumArgumentException, NullReferenceException, ExternalException
-
FillReversibleRectangle
public static void FillReversibleRectangle(Rectangle rectangle, Color backColor) throws java.lang.Throwable, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableObjectDisposedExceptionAbandonedMutexException
-
getContrastControlDark
public static Color getContrastControlDark() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NullReferenceException, MemberAccessException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MulticastNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionNullReferenceExceptionMemberAccessExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAbandonedMutexExceptionExternalExceptionKeyNotFoundException
-
-