Package system.drawing
Class Graphics
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.drawing.Graphics
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
public class Graphics extends MarshalByRefObject implements AutoCloseable
The base .NET class managing System.Drawing.Graphics, System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51.See: https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Graphics
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static String
assemblyShortName
Assembly name: System.Drawing.Commonstatic String
className
Qualified class name: System.Drawing.Graphicsstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AddMetafileComment(byte[] data)
void
AddMetafileComment(JCORefOut dupParam0)
GraphicsContainer
BeginContainer()
GraphicsContainer
BeginContainer(RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit)
GraphicsContainer
BeginContainer(Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit)
static Graphics
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoGraphics
, a cast assert is made to check if types are compatible.void
Clear(Color color)
void
close()
void
CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize)
void
CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation)
void
CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize)
void
CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation)
void
Dispose()
void
DrawArc(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)
void
DrawArc(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle)
void
DrawArc(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle)
void
DrawArc(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
DrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4)
void
DrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4)
void
DrawBezier(Pen pen, Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4)
void
DrawBeziers(Pen pen, Point[] points)
void
DrawBeziers(Pen pen, PointF[] points)
void
DrawClosedCurve(Pen pen, Point[] points)
void
DrawClosedCurve(Pen pen, Point[] points, Single tension, FillMode fillmode)
void
DrawClosedCurve(Pen pen, PointF[] points)
void
DrawClosedCurve(Pen pen, PointF[] points, Single tension, FillMode fillmode)
void
DrawCurve(Pen pen, Point[] points)
void
DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, Single tension)
void
DrawCurve(Pen pen, Point[] points, Single tension)
void
DrawCurve(Pen pen, PointF[] points)
void
DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments)
void
DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, Single tension)
void
DrawCurve(Pen pen, PointF[] points, Single tension)
void
DrawEllipse(Pen pen, int x, int y, int width, int height)
void
DrawEllipse(Pen pen, Rectangle rect)
void
DrawEllipse(Pen pen, RectangleF rect)
void
DrawEllipse(Pen pen, Single x, Single y, Single width, Single height)
void
DrawIcon(Icon icon, int x, int y)
void
DrawIcon(Icon icon, Rectangle targetRect)
void
DrawIconUnstretched(Icon icon, Rectangle targetRect)
void
DrawImage(Image image, int x, int y)
void
DrawImage(Image image, int x, int y, int width, int height)
void
DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Point point)
void
DrawImage(Image image, Point[] destPoints)
void
DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr)
void
DrawImage(Image image, PointF point)
void
DrawImage(Image image, PointF[] destPoints)
void
DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr)
void
DrawImage(Image image, Rectangle rect)
void
DrawImage(Image image, RectangleF rect)
void
DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit)
void
DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr)
void
DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit)
void
DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs)
void
DrawImage(Image image, Single x, Single y)
void
DrawImage(Image image, Single x, Single y, RectangleF srcRect, GraphicsUnit srcUnit)
void
DrawImage(Image image, Single x, Single y, Single width, Single height)
void
DrawImageUnscaled(Image image, int x, int y)
void
DrawImageUnscaled(Image image, int x, int y, int width, int height)
void
DrawImageUnscaled(Image image, Point point)
void
DrawImageUnscaled(Image image, Rectangle rect)
void
DrawImageUnscaledAndClipped(Image image, Rectangle rect)
void
DrawLine(Pen pen, int x1, int y1, int x2, int y2)
void
DrawLine(Pen pen, PointF pt1, PointF pt2)
void
DrawLine(Pen pen, Point pt1, Point pt2)
void
DrawLine(Pen pen, Single x1, Single y1, Single x2, Single y2)
void
DrawLines(Pen pen, Point[] points)
void
DrawLines(Pen pen, PointF[] points)
void
DrawPath(Pen pen, GraphicsPath path)
void
DrawPie(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)
void
DrawPie(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle)
void
DrawPie(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle)
void
DrawPie(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
DrawPolygon(Pen pen, Point[] points)
void
DrawPolygon(Pen pen, PointF[] points)
void
DrawRectangle(Pen pen, int x, int y, int width, int height)
void
DrawRectangle(Pen pen, Rectangle rect)
void
DrawRectangle(Pen pen, Single x, Single y, Single width, Single height)
void
DrawRectangles(Pen pen, Rectangle[] rects)
void
DrawRectangles(Pen pen, RectangleF[] rects)
void
DrawString(String s, Font font, Brush brush, PointF point)
void
DrawString(String s, Font font, Brush brush, PointF point, StringFormat format)
void
DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle)
void
DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format)
void
DrawString(String s, Font font, Brush brush, Single x, Single y)
void
DrawString(String s, Font font, Brush brush, Single x, Single y, StringFormat format)
void
EndContainer(GraphicsContainer container)
void
ExcludeClip(Rectangle rect)
void
ExcludeClip(Region region)
void
FillClosedCurve(Brush brush, Point[] points)
void
FillClosedCurve(Brush brush, Point[] points, FillMode fillmode)
void
FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, Single tension)
void
FillClosedCurve(Brush brush, PointF[] points)
void
FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode)
void
FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, Single tension)
void
FillEllipse(Brush brush, int x, int y, int width, int height)
void
FillEllipse(Brush brush, Rectangle rect)
void
FillEllipse(Brush brush, RectangleF rect)
void
FillEllipse(Brush brush, Single x, Single y, Single width, Single height)
void
FillPath(Brush brush, GraphicsPath path)
void
FillPie(Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle)
void
FillPie(Brush brush, Rectangle rect, Single startAngle, Single sweepAngle)
void
FillPie(Brush brush, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
FillPolygon(Brush brush, Point[] points)
void
FillPolygon(Brush brush, Point[] points, FillMode fillMode)
void
FillPolygon(Brush brush, PointF[] points)
void
FillPolygon(Brush brush, PointF[] points, FillMode fillMode)
void
FillRectangle(Brush brush, int x, int y, int width, int height)
void
FillRectangle(Brush brush, Rectangle rect)
void
FillRectangle(Brush brush, RectangleF rect)
void
FillRectangle(Brush brush, Single x, Single y, Single width, Single height)
void
FillRectangles(Brush brush, Rectangle[] rects)
void
FillRectangles(Brush brush, RectangleF[] rects)
void
FillRegion(Brush brush, Region region)
void
Flush()
void
Flush(FlushIntention intention)
static Graphics
FromImage(Image image)
Region
getClip()
RectangleF
getClipBounds()
CompositingMode
getCompositingMode()
CompositingQuality
getCompositingQuality()
NetObject
GetContextInfo()
void
GetContextInfo(JCORefOut<PointF> offset)
void
GetContextInfo(JCORefOut<PointF> offset, JCORefOut<Region> clip)
Single
getDpiX()
Single
getDpiY()
InterpolationMode
getInterpolationMode()
boolean
getIsClipEmpty()
boolean
getIsVisibleClipEmpty()
String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeColor
GetNearestColor(Color color)
Single
getPageScale()
GraphicsUnit
getPageUnit()
PixelOffsetMode
getPixelOffsetMode()
Point
getRenderingOrigin()
SmoothingMode
getSmoothingMode()
int
getTextContrast()
TextRenderingHint
getTextRenderingHint()
Matrix
getTransform()
Matrix3x2
getTransformElements()
RectangleF
getVisibleClipBounds()
void
IntersectClip(Rectangle rect)
void
IntersectClip(RectangleF rect)
void
IntersectClip(Region region)
boolean
IsVisible(int x, int y)
boolean
IsVisible(int x, int y, int width, int height)
boolean
IsVisible(Point point)
boolean
IsVisible(PointF point)
boolean
IsVisible(Rectangle rect)
boolean
IsVisible(RectangleF rect)
boolean
IsVisible(Single x, Single y)
boolean
IsVisible(Single x, Single y, Single width, Single height)
Region[]
MeasureCharacterRanges(String text, Font font, RectangleF layoutRect, StringFormat stringFormat)
SizeF
MeasureString(String text, Font font)
SizeF
MeasureString(String text, Font font, int width)
SizeF
MeasureString(String text, Font font, int width, StringFormat format)
SizeF
MeasureString(String text, Font font, PointF origin, StringFormat stringFormat)
SizeF
MeasureString(String text, Font font, SizeF layoutArea)
SizeF
MeasureString(String text, Font font, SizeF layoutArea, StringFormat stringFormat)
SizeF
MeasureString(String text, Font font, SizeF layoutArea, StringFormat stringFormat, JCORefOut<AtomicInteger> charactersFitted, JCORefOut<AtomicInteger> linesFilled)
void
MultiplyTransform(Matrix matrix)
void
MultiplyTransform(Matrix matrix, MatrixOrder order)
void
ReleaseHdc()
void
ResetClip()
void
ResetTransform()
void
Restore(GraphicsState gstate)
void
RotateTransform(Single angle)
void
RotateTransform(Single angle, MatrixOrder order)
GraphicsState
Save()
void
ScaleTransform(Single sx, Single sy)
void
ScaleTransform(Single sx, Single sy, MatrixOrder order)
void
setClip(Region Clip)
void
SetClip(GraphicsPath path)
void
SetClip(GraphicsPath path, CombineMode combineMode)
void
SetClip(Graphics g)
void
SetClip(Graphics g, CombineMode combineMode)
void
SetClip(Rectangle rect)
void
SetClip(RectangleF rect)
void
SetClip(RectangleF rect, CombineMode combineMode)
void
SetClip(Rectangle rect, CombineMode combineMode)
void
SetClip(Region region, CombineMode combineMode)
void
setCompositingMode(CompositingMode CompositingMode)
void
setCompositingQuality(CompositingQuality CompositingQuality)
void
setInterpolationMode(InterpolationMode InterpolationMode)
void
setJCOInstance(JCObject instance)
void
setPageScale(Single PageScale)
void
setPageUnit(GraphicsUnit PageUnit)
void
setPixelOffsetMode(PixelOffsetMode PixelOffsetMode)
void
setRenderingOrigin(Point RenderingOrigin)
void
setSmoothingMode(SmoothingMode SmoothingMode)
void
setTextContrast(int TextContrast)
void
setTextRenderingHint(TextRenderingHint TextRenderingHint)
void
setTransform(Matrix Transform)
void
setTransformElements(Matrix3x2 TransformElements)
void
TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, Point[] pts)
void
TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF[] pts)
void
TranslateClip(int dx, int dy)
void
TranslateClip(Single dx, Single dy)
void
TranslateTransform(Single dx, Single dy)
void
TranslateTransform(Single dx, Single dy, MatrixOrder order)
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Drawing.Common- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Drawing.Graphics- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public 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 classMarshalByRefObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classMarshalByRefObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMarshalByRefObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Graphics cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoGraphics
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Graphics
instance- Throws:
Throwable
- in case of error during cast operation
-
IsVisible
public boolean IsVisible(int x, int y, int width, int height) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(int x, int y) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Single x, Single y, Single width, Single height) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Single x, Single y) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Point point) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
IsVisible
public boolean IsVisible(PointF point) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
IsVisible
public boolean IsVisible(Rectangle rect) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
IsVisible
public boolean IsVisible(RectangleF rect) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
GetNearestColor
public Color GetNearestColor(Color color) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, ObjectDisposedException, ArrayTypeMismatchException
-
BeginContainer
public GraphicsContainer BeginContainer() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
BeginContainer
public GraphicsContainer BeginContainer(Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
BeginContainer
public GraphicsContainer BeginContainer(RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
Save
public GraphicsState Save() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
FromImage
public static Graphics FromImage(Image image) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
MeasureCharacterRanges
public Region[] MeasureCharacterRanges(String text, Font font, RectangleF layoutRect, StringFormat stringFormat) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
MeasureString
public SizeF MeasureString(String text, Font font, int width, StringFormat format) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
MeasureString
public SizeF MeasureString(String text, Font font, int width) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException
-
MeasureString
public SizeF MeasureString(String text, Font font, PointF origin, StringFormat stringFormat) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
MeasureString
public SizeF MeasureString(String text, Font font, SizeF layoutArea, StringFormat stringFormat, JCORefOut<AtomicInteger> charactersFitted, JCORefOut<AtomicInteger> linesFilled) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
MeasureString
public SizeF MeasureString(String text, Font font, SizeF layoutArea, StringFormat stringFormat) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
MeasureString
public SizeF MeasureString(String text, Font font, SizeF layoutArea) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
MeasureString
public SizeF MeasureString(String text, Font font) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException
-
GetContextInfo
public NetObject GetContextInfo() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
AddMetafileComment
public void AddMetafileComment(byte[] data) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddMetafileComment
public void AddMetafileComment(JCORefOut dupParam0) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
Clear
public void Clear(Color color) throws Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, ObjectDisposedException, ArrayTypeMismatchException
-
CopyFromScreen
public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception
- Throws:
Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
Win32Exception
-
CopyFromScreen
public void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception
-
CopyFromScreen
public void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception
-
CopyFromScreen
public void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception
-
Dispose
public void Dispose() throws Throwable, ArgumentNullException, ArgumentException, FormatException
-
DrawArc
public void DrawArc(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawArc
public void DrawArc(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawArc
public void DrawArc(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawArc
public void DrawArc(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawBezier
public void DrawBezier(Pen pen, Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawBezier
public void DrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawBezier
public void DrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawBeziers
public void DrawBeziers(Pen pen, Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawBeziers
public void DrawBeziers(Pen pen, PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawClosedCurve
public void DrawClosedCurve(Pen pen, Point[] points, Single tension, FillMode fillmode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawClosedCurve
public void DrawClosedCurve(Pen pen, Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawClosedCurve
public void DrawClosedCurve(Pen pen, PointF[] points, Single tension, FillMode fillmode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawClosedCurve
public void DrawClosedCurve(Pen pen, PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawCurve
public void DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawCurve
public void DrawCurve(Pen pen, Point[] points, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawCurve
public void DrawCurve(Pen pen, Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawCurve
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawCurve
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawCurve
public void DrawCurve(Pen pen, PointF[] points, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawCurve
public void DrawCurve(Pen pen, PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawEllipse
public void DrawEllipse(Pen pen, int x, int y, int width, int height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawEllipse
public void DrawEllipse(Pen pen, Single x, Single y, Single width, Single height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawEllipse
public void DrawEllipse(Pen pen, Rectangle rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawEllipse
public void DrawEllipse(Pen pen, RectangleF rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawIcon
public void DrawIcon(Icon icon, int x, int y) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
DrawIcon
public void DrawIcon(Icon icon, Rectangle targetRect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
DrawIconUnstretched
public void DrawIconUnstretched(Icon icon, Rectangle targetRect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
DrawImage
public void DrawImage(Image image, int x, int y, int width, int height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, int x, int y) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, Single x, Single y, Single width, Single height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, Single x, Single y, RectangleF srcRect, GraphicsUnit srcUnit) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, Single x, Single y) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, Point point) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImage
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImage
public void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImage
public void DrawImage(Image image, Point[] destPoints) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, PointF point) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImage
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImage
public void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, PointF[] destPoints) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException
-
DrawImage
public void DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, Rectangle rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImage
public void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawImage
public void DrawImage(Image image, RectangleF rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImageUnscaled
public void DrawImageUnscaled(Image image, int x, int y, int width, int height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImageUnscaled
public void DrawImageUnscaled(Image image, int x, int y) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImageUnscaled
public void DrawImageUnscaled(Image image, Point point) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImageUnscaled
public void DrawImageUnscaled(Image image, Rectangle rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawImageUnscaledAndClipped
public void DrawImageUnscaledAndClipped(Image image, Rectangle rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawLine
public void DrawLine(Pen pen, int x1, int y1, int x2, int y2) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawLine
public void DrawLine(Pen pen, Single x1, Single y1, Single x2, Single y2) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawLine
public void DrawLine(Pen pen, Point pt1, Point pt2) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawLine
public void DrawLine(Pen pen, PointF pt1, PointF pt2) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawLines
public void DrawLines(Pen pen, Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawLines
public void DrawLines(Pen pen, PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawPath
public void DrawPath(Pen pen, GraphicsPath path) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawPie
public void DrawPie(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawPie
public void DrawPie(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawPie
public void DrawPie(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawPie
public void DrawPie(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawPolygon
public void DrawPolygon(Pen pen, Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawPolygon
public void DrawPolygon(Pen pen, PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawRectangle
public void DrawRectangle(Pen pen, int x, int y, int width, int height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawRectangle
public void DrawRectangle(Pen pen, Single x, Single y, Single width, Single height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawRectangle
public void DrawRectangle(Pen pen, Rectangle rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawRectangles
public void DrawRectangles(Pen pen, Rectangle[] rects) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawRectangles
public void DrawRectangles(Pen pen, RectangleF[] rects) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawString
public void DrawString(String s, Font font, Brush brush, Single x, Single y, StringFormat format) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawString
public void DrawString(String s, Font font, Brush brush, Single x, Single y) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawString
public void DrawString(String s, Font font, Brush brush, PointF point, StringFormat format) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawString
public void DrawString(String s, Font font, Brush brush, PointF point) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
DrawString
public void DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
DrawString
public void DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
EndContainer
public void EndContainer(GraphicsContainer container) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
ExcludeClip
public void ExcludeClip(Rectangle rect) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
ExcludeClip
public void ExcludeClip(Region region) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
FillClosedCurve
public void FillClosedCurve(Brush brush, PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillEllipse
public void FillEllipse(Brush brush, int x, int y, int width, int height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillEllipse
public void FillEllipse(Brush brush, Single x, Single y, Single width, Single height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillEllipse
public void FillEllipse(Brush brush, Rectangle rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
FillEllipse
public void FillEllipse(Brush brush, RectangleF rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
FillPath
public void FillPath(Brush brush, GraphicsPath path) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillPie
public void FillPie(Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillPie
public void FillPie(Brush brush, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillPie
public void FillPie(Brush brush, Rectangle rect, Single startAngle, Single sweepAngle) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
FillPolygon
public void FillPolygon(Brush brush, Point[] points, FillMode fillMode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillPolygon
public void FillPolygon(Brush brush, Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
FillPolygon
public void FillPolygon(Brush brush, PointF[] points, FillMode fillMode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillPolygon
public void FillPolygon(Brush brush, PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
FillRectangle
public void FillRectangle(Brush brush, int x, int y, int width, int height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillRectangle
public void FillRectangle(Brush brush, Single x, Single y, Single width, Single height) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillRectangle
public void FillRectangle(Brush brush, Rectangle rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
FillRectangle
public void FillRectangle(Brush brush, RectangleF rect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
FillRectangles
public void FillRectangles(Brush brush, Rectangle[] rects) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillRectangles
public void FillRectangles(Brush brush, RectangleF[] rects) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
FillRegion
public void FillRegion(Brush brush, Region region) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
Flush
public void Flush() throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
Flush
public void Flush(FlushIntention intention) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
GetContextInfo
public void GetContextInfo(JCORefOut<PointF> offset, JCORefOut<Region> clip) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
GetContextInfo
public void GetContextInfo(JCORefOut<PointF> offset) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
IntersectClip
public void IntersectClip(Rectangle rect) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
IntersectClip
public void IntersectClip(RectangleF rect) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
IntersectClip
public void IntersectClip(Region region) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
MultiplyTransform
public void MultiplyTransform(Matrix matrix, MatrixOrder order) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
MultiplyTransform
public void MultiplyTransform(Matrix matrix) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
ReleaseHdc
public void ReleaseHdc() throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
ResetClip
public void ResetClip() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
ResetTransform
public void ResetTransform() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Restore
public void Restore(GraphicsState gstate) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
RotateTransform
public void RotateTransform(Single angle, MatrixOrder order) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
RotateTransform
public void RotateTransform(Single angle) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
ScaleTransform
public void ScaleTransform(Single sx, Single sy, MatrixOrder order) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
ScaleTransform
public void ScaleTransform(Single sx, Single sy) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
SetClip
public void SetClip(GraphicsPath path, CombineMode combineMode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
SetClip
public void SetClip(GraphicsPath path) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
SetClip
public void SetClip(Graphics g, CombineMode combineMode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
SetClip
public void SetClip(Graphics g) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
SetClip
public void SetClip(Rectangle rect, CombineMode combineMode) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
SetClip
public void SetClip(Rectangle rect) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
SetClip
public void SetClip(RectangleF rect, CombineMode combineMode) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
SetClip
public void SetClip(RectangleF rect) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
SetClip
public void SetClip(Region region, CombineMode combineMode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
TransformPoints
public void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, Point[] pts) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
TransformPoints
public void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF[] pts) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
TranslateClip
public void TranslateClip(int dx, int dy) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
TranslateClip
public void TranslateClip(Single dx, Single dy) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
TranslateTransform
public void TranslateTransform(Single dx, Single dy, MatrixOrder order) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
TranslateTransform
public void TranslateTransform(Single dx, Single dy) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
close
public void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
getIsClipEmpty
public boolean getIsClipEmpty() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getIsVisibleClipEmpty
public boolean getIsVisibleClipEmpty() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getTextContrast
public int getTextContrast() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setTextContrast
public void setTextContrast(int TextContrast) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getDpiX
public Single getDpiX() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getDpiY
public Single getDpiY() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getPageScale
public Single getPageScale() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setPageScale
public void setPageScale(Single PageScale) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, InvalidOperationException
-
getCompositingMode
public CompositingMode getCompositingMode() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setCompositingMode
public void setCompositingMode(CompositingMode CompositingMode) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getCompositingQuality
public CompositingQuality getCompositingQuality() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setCompositingQuality
public void setCompositingQuality(CompositingQuality CompositingQuality) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getInterpolationMode
public InterpolationMode getInterpolationMode() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setInterpolationMode
public void setInterpolationMode(InterpolationMode InterpolationMode) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getTransform
public Matrix getTransform() throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
setTransform
public void setTransform(Matrix Transform) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getPixelOffsetMode
public PixelOffsetMode getPixelOffsetMode() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setPixelOffsetMode
public void setPixelOffsetMode(PixelOffsetMode PixelOffsetMode) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getSmoothingMode
public SmoothingMode getSmoothingMode() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setSmoothingMode
public void setSmoothingMode(SmoothingMode SmoothingMode) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getPageUnit
public GraphicsUnit getPageUnit() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setPageUnit
public void setPageUnit(GraphicsUnit PageUnit) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getRenderingOrigin
public Point getRenderingOrigin() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setRenderingOrigin
public void setRenderingOrigin(Point RenderingOrigin) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getClipBounds
public RectangleF getClipBounds() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getVisibleClipBounds
public RectangleF getVisibleClipBounds() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, Win32Exception, PlatformNotSupportedException, AccessViolationException, FormatException, InvalidPrinterException, ArgumentOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, InvalidCastException, MulticastNotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
Win32Exception
PlatformNotSupportedException
AccessViolationException
FormatException
InvalidPrinterException
ArgumentOutOfRangeException
ArrayTypeMismatchException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
InvalidCastException
MulticastNotSupportedException
-
getClip
public Region getClip() throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
setClip
public void setClip(Region Clip) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
getTextRenderingHint
public TextRenderingHint getTextRenderingHint() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setTextRenderingHint
public void setTextRenderingHint(TextRenderingHint TextRenderingHint) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getTransformElements
public Matrix3x2 getTransformElements() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setTransformElements
public void setTransformElements(Matrix3x2 TransformElements) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
-