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=8.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.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.ControlPaintstatic JCType
classType
The 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 ControlPaint
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoControlPaint
, a cast assert is made to check if types are compatible.static Color
Dark(Color baseColor)
static Color
Dark(Color baseColor, Single percOfDarkDark)
static Color
DarkDark(Color baseColor)
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)
static void
DrawBorder(Graphics graphics, Rectangle bounds, Color color, ButtonBorderStyle style)
static void
DrawBorder3D(Graphics graphics, int x, int y, int width, int height)
static void
DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style)
static void
DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style, Border3DSide sides)
static void
DrawBorder3D(Graphics graphics, Rectangle rectangle)
static void
DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style)
static void
DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides)
static void
DrawButton(Graphics graphics, int x, int y, int width, int height, ButtonState state)
static void
DrawButton(Graphics graphics, Rectangle rectangle, ButtonState state)
static void
DrawCaptionButton(Graphics graphics, int x, int y, int width, int height, CaptionButton button, ButtonState state)
static void
DrawCaptionButton(Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state)
static void
DrawCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state)
static void
DrawCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state)
static void
DrawComboButton(Graphics graphics, int x, int y, int width, int height, ButtonState state)
static void
DrawComboButton(Graphics graphics, Rectangle rectangle, ButtonState state)
static void
DrawContainerGrabHandle(Graphics graphics, Rectangle bounds)
static void
DrawFocusRectangle(Graphics graphics, Rectangle rectangle)
static void
DrawFocusRectangle(Graphics graphics, Rectangle rectangle, Color foreColor, Color backColor)
static void
DrawGrabHandle(Graphics graphics, Rectangle rectangle, boolean primary, boolean enabled)
static void
DrawGrid(Graphics graphics, Rectangle area, Size pixelsBetweenDots, Color backColor)
static void
DrawImageDisabled(Graphics graphics, Image image, int x, int y, Color background)
static void
DrawLockedFrame(Graphics graphics, Rectangle rectangle, boolean primary)
static void
DrawMenuGlyph(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph)
static void
DrawMenuGlyph(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph, Color foreColor, Color backColor)
static void
DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph)
static void
DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph, Color foreColor, Color backColor)
static void
DrawMixedCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state)
static void
DrawMixedCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state)
static void
DrawRadioButton(Graphics graphics, int x, int y, int width, int height, ButtonState state)
static void
DrawRadioButton(Graphics graphics, Rectangle rectangle, ButtonState state)
static void
DrawReversibleFrame(Rectangle rectangle, Color backColor, FrameStyle style)
static void
DrawReversibleLine(Point start, Point end, Color backColor)
static void
DrawScrollButton(Graphics graphics, int x, int y, int width, int height, ScrollButton button, ButtonState state)
static void
DrawScrollButton(Graphics graphics, Rectangle rectangle, ScrollButton button, ButtonState state)
static void
DrawSelectionFrame(Graphics graphics, boolean active, Rectangle outsideRect, Rectangle insideRect, Color backColor)
static void
DrawSizeGrip(Graphics graphics, Color backColor, int x, int y, int width, int height)
static void
DrawSizeGrip(Graphics graphics, Color backColor, Rectangle bounds)
static void
DrawStringDisabled(Graphics graphics, java.lang.String s, Font font, Color color, RectangleF layoutRectangle, StringFormat format)
static void
DrawStringDisabled(IDeviceContext dc, java.lang.String s, Font font, Color color, Rectangle layoutRectangle, TextFormatFlags format)
static void
DrawVisualStyleBorder(Graphics graphics, Rectangle bounds)
static void
FillReversibleRectangle(Rectangle rectangle, Color backColor)
static Color
getContrastControlDark()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic Color
Light(Color baseColor)
static Color
Light(Color baseColor, Single percOfLightLight)
static Color
LightLight(Color baseColor)
void
setJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ControlPaint cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoControlPaint
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ControlPaint
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Dark
public static Color Dark(Color baseColor, Single percOfDarkDark) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
-
Dark
public static Color Dark(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
-
DarkDark
public static Color DarkDark(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException
-
Light
public static Color Light(Color baseColor, Single percOfLightLight) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
Light
public static Color Light(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
LightLight
public static Color LightLight(Color baseColor) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, OutOfMemoryException
-
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, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, Win32Exception, ExternalException, KeyNotFoundException, InvalidEnumArgumentException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
Win32Exception
ExternalException
KeyNotFoundException
InvalidEnumArgumentException
OutOfMemoryException
-
DrawBorder
public static void DrawBorder(Graphics graphics, Rectangle bounds, Color color, ButtonBorderStyle style) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, Win32Exception, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
Win32Exception
AbandonedMutexException
ExternalException
KeyNotFoundException
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style, Border3DSide sides) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, Win32Exception
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height, Border3DStyle style) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, Rectangle rectangle, Border3DStyle style) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception
-
DrawBorder3D
public static void DrawBorder3D(Graphics graphics, Rectangle rectangle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception
-
DrawButton
public static void DrawButton(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawButton
public static void DrawButton(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawCaptionButton
public static void DrawCaptionButton(Graphics graphics, int x, int y, int width, int height, CaptionButton button, ButtonState state) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawCaptionButton
public static void DrawCaptionButton(Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawCheckBox
public static void DrawCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ExternalException, Win32Exception, OutOfMemoryException
-
DrawCheckBox
public static void DrawCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, Win32Exception, OutOfMemoryException
-
DrawComboButton
public static void DrawComboButton(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawComboButton
public static void DrawComboButton(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawContainerGrabHandle
public static void DrawContainerGrabHandle(Graphics graphics, Rectangle bounds) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
AbandonedMutexException
ExternalException
KeyNotFoundException
-
DrawFocusRectangle
public static void DrawFocusRectangle(Graphics graphics, Rectangle rectangle, Color foreColor, Color backColor) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
DrawFocusRectangle
public static void DrawFocusRectangle(Graphics graphics, Rectangle rectangle) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, InvalidEnumArgumentException
-
DrawGrabHandle
public static void DrawGrabHandle(Graphics graphics, Rectangle rectangle, boolean primary, boolean enabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, ExternalException
-
DrawGrid
public static void DrawGrid(Graphics graphics, Rectangle area, Size pixelsBetweenDots, Color backColor) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
DrawImageDisabled
public static void DrawImageDisabled(Graphics graphics, Image image, int x, int y, Color background) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
DrawLockedFrame
public static void DrawLockedFrame(Graphics graphics, Rectangle rectangle, boolean primary) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, ExternalException
-
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, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawMenuGlyph
public static void DrawMenuGlyph(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawMenuGlyph
public static void DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph, Color foreColor, Color backColor) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawMenuGlyph
public static void DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawMixedCheckBox
public static void DrawMixedCheckBox(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawMixedCheckBox
public static void DrawMixedCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawRadioButton
public static void DrawRadioButton(Graphics graphics, int x, int y, int width, int height, ButtonState state) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawRadioButton
public static void DrawRadioButton(Graphics graphics, Rectangle rectangle, ButtonState state) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawReversibleFrame
public static void DrawReversibleFrame(Rectangle rectangle, Color backColor, FrameStyle style) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException
-
DrawReversibleLine
public static void DrawReversibleLine(Point start, Point end, Color backColor) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException
-
DrawScrollButton
public static void DrawScrollButton(Graphics graphics, int x, int y, int width, int height, ScrollButton button, ButtonState state) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawScrollButton
public static void DrawScrollButton(Graphics graphics, Rectangle rectangle, ScrollButton button, ButtonState state) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, Win32Exception, OutOfMemoryException
-
DrawSelectionFrame
public static void DrawSelectionFrame(Graphics graphics, boolean active, Rectangle outsideRect, Rectangle insideRect, Color backColor) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
DrawSizeGrip
public static void DrawSizeGrip(Graphics graphics, Color backColor, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
DrawSizeGrip
public static void DrawSizeGrip(Graphics graphics, Color backColor, Rectangle bounds) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
DrawStringDisabled
public static void DrawStringDisabled(Graphics graphics, java.lang.String s, Font font, Color color, RectangleF layoutRectangle, StringFormat format) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, WaitHandleCannotBeOpenedException, AbandonedMutexException, ExternalException, KeyNotFoundException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
WaitHandleCannotBeOpenedException
AbandonedMutexException
ExternalException
KeyNotFoundException
FormatException
-
DrawStringDisabled
public static void DrawStringDisabled(IDeviceContext dc, java.lang.String s, Font font, Color color, Rectangle layoutRectangle, TextFormatFlags format) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, Win32Exception, AbandonedMutexException, ExternalException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
FormatException
Win32Exception
AbandonedMutexException
ExternalException
KeyNotFoundException
-
DrawVisualStyleBorder
public static void DrawVisualStyleBorder(Graphics graphics, Rectangle bounds) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, KeyNotFoundException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
OutOfMemoryException
KeyNotFoundException
InvalidEnumArgumentException
-
FillReversibleRectangle
public static void FillReversibleRectangle(Rectangle rectangle, Color backColor) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException
-
getContrastControlDark
public static Color getContrastControlDark() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, WaitHandleCannotBeOpenedException, InvalidOperationException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ExternalException, KeyNotFoundException, PlatformNotSupportedException, FormatException
-
-