Package system.drawing
Class Graphics
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- system.MarshalByRefObject
- 
- system.drawing.Graphics
 
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable,- IJCOBridgeReflected
 
 public class Graphics extends MarshalByRefObject implements java.lang.AutoCloseable The base .NET class managing System.Drawing.Graphics, System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Graphics Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Drawing.Commonstatic java.lang.StringclassNameQualified class name: System.Drawing.Graphicsstatic JCTypeclassTypeThe type managed from JCOBridge.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddMetafileComment(byte[] data)voidAddMetafileComment(JCORefOut dupParam0)GraphicsContainerBeginContainer()GraphicsContainerBeginContainer(RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit)GraphicsContainerBeginContainer(Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit)static Graphicscast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoGraphics, a cast assert is made to check if types are compatible.voidClear(Color color)voidclose()voidCopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize)voidCopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation)voidCopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize)voidCopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation)voidDispose()voidDrawArc(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)voidDrawArc(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle)voidDrawArc(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle)voidDrawArc(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)voidDrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4)voidDrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4)voidDrawBezier(Pen pen, Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4)voidDrawBeziers(Pen pen, Point[] points)voidDrawBeziers(Pen pen, PointF[] points)voidDrawCachedBitmap(CachedBitmap cachedBitmap, int x, int y)voidDrawClosedCurve(Pen pen, Point[] points)voidDrawClosedCurve(Pen pen, Point[] points, Single tension, FillMode fillmode)voidDrawClosedCurve(Pen pen, PointF[] points)voidDrawClosedCurve(Pen pen, PointF[] points, Single tension, FillMode fillmode)voidDrawCurve(Pen pen, Point[] points)voidDrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, Single tension)voidDrawCurve(Pen pen, Point[] points, Single tension)voidDrawCurve(Pen pen, PointF[] points)voidDrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments)voidDrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, Single tension)voidDrawCurve(Pen pen, PointF[] points, Single tension)voidDrawEllipse(Pen pen, int x, int y, int width, int height)voidDrawEllipse(Pen pen, Rectangle rect)voidDrawEllipse(Pen pen, RectangleF rect)voidDrawEllipse(Pen pen, Single x, Single y, Single width, Single height)voidDrawIcon(Icon icon, int x, int y)voidDrawIcon(Icon icon, Rectangle targetRect)voidDrawIconUnstretched(Icon icon, Rectangle targetRect)voidDrawImage(Image image, int x, int y)voidDrawImage(Image image, int x, int y, int width, int height)voidDrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)voidDrawImage(Image image, Point point)voidDrawImage(Image image, Point[] destPoints)voidDrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit)voidDrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr)voidDrawImage(Image image, PointF point)voidDrawImage(Image image, PointF[] destPoints)voidDrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit)voidDrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr)voidDrawImage(Image image, Rectangle rect)voidDrawImage(Image image, RectangleF rect)voidDrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)voidDrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit)voidDrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr)voidDrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)voidDrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit)voidDrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs)voidDrawImage(Image image, Single x, Single y)voidDrawImage(Image image, Single x, Single y, RectangleF srcRect, GraphicsUnit srcUnit)voidDrawImage(Image image, Single x, Single y, Single width, Single height)voidDrawImageUnscaled(Image image, int x, int y)voidDrawImageUnscaled(Image image, int x, int y, int width, int height)voidDrawImageUnscaled(Image image, Point point)voidDrawImageUnscaled(Image image, Rectangle rect)voidDrawImageUnscaledAndClipped(Image image, Rectangle rect)voidDrawLine(Pen pen, int x1, int y1, int x2, int y2)voidDrawLine(Pen pen, PointF pt1, PointF pt2)voidDrawLine(Pen pen, Point pt1, Point pt2)voidDrawLine(Pen pen, Single x1, Single y1, Single x2, Single y2)voidDrawLines(Pen pen, Point[] points)voidDrawLines(Pen pen, PointF[] points)voidDrawPath(Pen pen, GraphicsPath path)voidDrawPie(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle)voidDrawPie(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle)voidDrawPie(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle)voidDrawPie(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)voidDrawPolygon(Pen pen, Point[] points)voidDrawPolygon(Pen pen, PointF[] points)voidDrawRectangle(Pen pen, int x, int y, int width, int height)voidDrawRectangle(Pen pen, Rectangle rect)voidDrawRectangle(Pen pen, RectangleF rect)voidDrawRectangle(Pen pen, Single x, Single y, Single width, Single height)voidDrawRectangles(Pen pen, Rectangle[] rects)voidDrawRectangles(Pen pen, RectangleF[] rects)voidDrawString(java.lang.String s, Font font, Brush brush, PointF point)voidDrawString(java.lang.String s, Font font, Brush brush, PointF point, StringFormat format)voidDrawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle)voidDrawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format)voidDrawString(java.lang.String s, Font font, Brush brush, Single x, Single y)voidDrawString(java.lang.String s, Font font, Brush brush, Single x, Single y, StringFormat format)voidEndContainer(GraphicsContainer container)voidExcludeClip(Rectangle rect)voidExcludeClip(Region region)voidFillClosedCurve(Brush brush, Point[] points)voidFillClosedCurve(Brush brush, Point[] points, FillMode fillmode)voidFillClosedCurve(Brush brush, Point[] points, FillMode fillmode, Single tension)voidFillClosedCurve(Brush brush, PointF[] points)voidFillClosedCurve(Brush brush, PointF[] points, FillMode fillmode)voidFillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, Single tension)voidFillEllipse(Brush brush, int x, int y, int width, int height)voidFillEllipse(Brush brush, Rectangle rect)voidFillEllipse(Brush brush, RectangleF rect)voidFillEllipse(Brush brush, Single x, Single y, Single width, Single height)voidFillPath(Brush brush, GraphicsPath path)voidFillPie(Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle)voidFillPie(Brush brush, RectangleF rect, Single startAngle, Single sweepAngle)voidFillPie(Brush brush, Rectangle rect, Single startAngle, Single sweepAngle)voidFillPie(Brush brush, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)voidFillPolygon(Brush brush, Point[] points)voidFillPolygon(Brush brush, Point[] points, FillMode fillMode)voidFillPolygon(Brush brush, PointF[] points)voidFillPolygon(Brush brush, PointF[] points, FillMode fillMode)voidFillRectangle(Brush brush, int x, int y, int width, int height)voidFillRectangle(Brush brush, Rectangle rect)voidFillRectangle(Brush brush, RectangleF rect)voidFillRectangle(Brush brush, Single x, Single y, Single width, Single height)voidFillRectangles(Brush brush, Rectangle[] rects)voidFillRectangles(Brush brush, RectangleF[] rects)voidFillRegion(Brush brush, Region region)voidFlush()voidFlush(FlushIntention intention)static GraphicsFromImage(Image image)RegiongetClip()RectangleFgetClipBounds()CompositingModegetCompositingMode()CompositingQualitygetCompositingQuality()NetObjectGetContextInfo()voidGetContextInfo(JCORefOut<PointF> offset)voidGetContextInfo(JCORefOut<PointF> offset, JCORefOut<Region> clip)SinglegetDpiX()SinglegetDpiY()InterpolationModegetInterpolationMode()booleangetIsClipEmpty()booleangetIsVisibleClipEmpty()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeColorGetNearestColor(Color color)SinglegetPageScale()GraphicsUnitgetPageUnit()PixelOffsetModegetPixelOffsetMode()PointgetRenderingOrigin()SmoothingModegetSmoothingMode()intgetTextContrast()TextRenderingHintgetTextRenderingHint()MatrixgetTransform()Matrix3x2getTransformElements()RectangleFgetVisibleClipBounds()voidIntersectClip(Rectangle rect)voidIntersectClip(RectangleF rect)voidIntersectClip(Region region)booleanIsVisible(int x, int y)booleanIsVisible(int x, int y, int width, int height)booleanIsVisible(Point point)booleanIsVisible(PointF point)booleanIsVisible(Rectangle rect)booleanIsVisible(RectangleF rect)booleanIsVisible(Single x, Single y)booleanIsVisible(Single x, Single y, Single width, Single height)Region[]MeasureCharacterRanges(java.lang.String text, Font font, RectangleF layoutRect, StringFormat stringFormat)SizeFMeasureString(java.lang.String text, Font font)SizeFMeasureString(java.lang.String text, Font font, int width)SizeFMeasureString(java.lang.String text, Font font, int width, StringFormat format)SizeFMeasureString(java.lang.String text, Font font, PointF origin, StringFormat stringFormat)SizeFMeasureString(java.lang.String text, Font font, SizeF layoutArea)SizeFMeasureString(java.lang.String text, Font font, SizeF layoutArea, StringFormat stringFormat)SizeFMeasureString(java.lang.String text, Font font, SizeF layoutArea, StringFormat stringFormat, JCORefOut<java.util.concurrent.atomic.AtomicInteger> charactersFitted, JCORefOut<java.util.concurrent.atomic.AtomicInteger> linesFilled)voidMultiplyTransform(Matrix matrix)voidMultiplyTransform(Matrix matrix, MatrixOrder order)voidReleaseHdc()voidResetClip()voidResetTransform()voidRestore(GraphicsState gstate)voidRotateTransform(Single angle)voidRotateTransform(Single angle, MatrixOrder order)GraphicsStateSave()voidScaleTransform(Single sx, Single sy)voidScaleTransform(Single sx, Single sy, MatrixOrder order)voidsetClip(Region Clip)voidSetClip(GraphicsPath path)voidSetClip(GraphicsPath path, CombineMode combineMode)voidSetClip(Graphics g)voidSetClip(Graphics g, CombineMode combineMode)voidSetClip(Rectangle rect)voidSetClip(RectangleF rect)voidSetClip(RectangleF rect, CombineMode combineMode)voidSetClip(Rectangle rect, CombineMode combineMode)voidSetClip(Region region, CombineMode combineMode)voidsetCompositingMode(CompositingMode CompositingMode)voidsetCompositingQuality(CompositingQuality CompositingQuality)voidsetInterpolationMode(InterpolationMode InterpolationMode)voidsetJCOInstance(JCObject instance)voidsetPageScale(Single PageScale)voidsetPageUnit(GraphicsUnit PageUnit)voidsetPixelOffsetMode(PixelOffsetMode PixelOffsetMode)voidsetRenderingOrigin(Point RenderingOrigin)voidsetSmoothingMode(SmoothingMode SmoothingMode)voidsetTextContrast(int TextContrast)voidsetTextRenderingHint(TextRenderingHint TextRenderingHint)voidsetTransform(Matrix Transform)voidsetTransformElements(Matrix3x2 TransformElements)voidTransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, Point[] pts)voidTransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF[] pts)voidTranslateClip(int dx, int dy)voidTranslateClip(Single dx, Single dy)voidTranslateTransform(Single dx, Single dy)voidTranslateTransform(Single dx, Single dy, MatrixOrder order)- 
Methods inherited from class system.MarshalByRefObjectGetLifetimeService, InitializeLifetimeService
 
- 
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Drawing.Common- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Drawing.Graphics- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- MarshalByRefObject
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- MarshalByRefObject
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- MarshalByRefObject
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- MarshalByRefObject
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- MarshalByRefObject
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- MarshalByRefObject
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static Graphics cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoGraphics, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- Graphicsinstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
IsVisiblepublic boolean IsVisible(int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
 - 
IsVisiblepublic boolean IsVisible(int x, int y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException
 - 
IsVisiblepublic boolean IsVisible(Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
IsVisiblepublic boolean IsVisible(Single x, Single y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
IsVisiblepublic boolean IsVisible(Point point) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
IsVisiblepublic boolean IsVisible(PointF point) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
IsVisiblepublic boolean IsVisible(Rectangle rect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
IsVisiblepublic boolean IsVisible(RectangleF rect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
GetNearestColorpublic Color GetNearestColor(Color color) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, ArrayTypeMismatchException, FormatException 
 - 
BeginContainerpublic GraphicsContainer BeginContainer() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException 
 - 
BeginContainerpublic GraphicsContainer BeginContainer(Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException 
 - 
BeginContainerpublic GraphicsContainer BeginContainer(RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException 
 - 
Savepublic GraphicsState Save() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException 
 - 
FromImagepublic static Graphics FromImage(Image image) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
MeasureCharacterRangespublic Region[] MeasureCharacterRanges(java.lang.String text, Font font, RectangleF layoutRect, StringFormat stringFormat) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException 
 - 
MeasureStringpublic SizeF MeasureString(java.lang.String text, Font font, int width, StringFormat format) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException 
 - 
MeasureStringpublic SizeF MeasureString(java.lang.String text, Font font, int width) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
MeasureStringpublic SizeF MeasureString(java.lang.String text, Font font, PointF origin, StringFormat stringFormat) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException 
 - 
MeasureStringpublic SizeF MeasureString(java.lang.String text, Font font, SizeF layoutArea, StringFormat stringFormat, JCORefOut<java.util.concurrent.atomic.AtomicInteger> charactersFitted, JCORefOut<java.util.concurrent.atomic.AtomicInteger> linesFilled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException 
 - 
MeasureStringpublic SizeF MeasureString(java.lang.String text, Font font, SizeF layoutArea, StringFormat stringFormat) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, FormatException 
 - 
MeasureStringpublic SizeF MeasureString(java.lang.String text, Font font, SizeF layoutArea) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException 
 - 
MeasureStringpublic SizeF MeasureString(java.lang.String text, Font font) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
GetContextInfopublic NetObject GetContextInfo() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException 
 - 
AddMetafileCommentpublic void AddMetafileComment(byte[] data) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
 - 
AddMetafileCommentpublic void AddMetafileComment(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
Clearpublic void Clear(Color color) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, ArrayTypeMismatchException, FormatException 
 - 
CopyFromScreenpublic void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException, Win32Exception- Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- ArgumentOutOfRangeException
- CultureNotFoundException
- ArrayTypeMismatchException
- InvalidOperationException
- IndexOutOfRangeException
- FormatException
- InvalidEnumArgumentException
- NotSupportedException
- Win32Exception
 
 - 
CopyFromScreenpublic void CopyFromScreen(int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception
 - 
CopyFromScreenpublic void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception 
 - 
CopyFromScreenpublic void CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, Win32Exception 
 - 
Disposepublic void Dispose() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArrayTypeMismatchException, InvalidOperationException, FormatException
 - 
DrawArcpublic void DrawArc(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawArcpublic void DrawArc(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawArcpublic void DrawArc(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawArcpublic void DrawArc(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawBezierpublic void DrawBezier(Pen pen, Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawBezierpublic void DrawBezier(Pen pen, Point pt1, Point pt2, Point pt3, Point pt4) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawBezierpublic void DrawBezier(Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawBezierspublic void DrawBeziers(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawBezierspublic void DrawBeziers(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawCachedBitmappublic void DrawCachedBitmap(CachedBitmap cachedBitmap, int x, int y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawClosedCurvepublic void DrawClosedCurve(Pen pen, Point[] points, Single tension, FillMode fillmode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawClosedCurvepublic void DrawClosedCurve(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawClosedCurvepublic void DrawClosedCurve(Pen pen, PointF[] points, Single tension, FillMode fillmode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawClosedCurvepublic void DrawClosedCurve(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawCurvepublic void DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawCurvepublic void DrawCurve(Pen pen, Point[] points, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawCurvepublic void DrawCurve(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawCurvepublic void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawCurvepublic void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawCurvepublic void DrawCurve(Pen pen, PointF[] points, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawCurvepublic void DrawCurve(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawEllipsepublic void DrawEllipse(Pen pen, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawEllipsepublic void DrawEllipse(Pen pen, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawEllipsepublic void DrawEllipse(Pen pen, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawEllipsepublic void DrawEllipse(Pen pen, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawIconpublic void DrawIcon(Icon icon, int x, int y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, IndexOutOfRangeException, OverflowException 
 - 
DrawIconpublic void DrawIcon(Icon icon, Rectangle targetRect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, IndexOutOfRangeException, OverflowException 
 - 
DrawIconUnstretchedpublic void DrawIconUnstretched(Icon icon, Rectangle targetRect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, IndexOutOfRangeException, OverflowException 
 - 
DrawImagepublic void DrawImage(Image image, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, int x, int y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, Single x, Single y, RectangleF srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, Single x, Single y) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, Point point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, Point[] destPoints) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, PointF point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, PointF[] destPoints, RectangleF srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, PointF[] destPoints) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, FormatException, InvalidOperationException - Throws:
- java.lang.Throwable
- NotSupportedException
- ArgumentException
- ArgumentNullException
- FormatException
- InvalidOperationException
 
 - 
DrawImagepublic void DrawImage(Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException - Throws:
- java.lang.Throwable
- ArgumentNullException
- InvalidOperationException
 
 - 
DrawImagepublic void DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, FormatException, InvalidOperationException - Throws:
- java.lang.Throwable
- NotSupportedException
- ArgumentException
- ArgumentNullException
- FormatException
- InvalidOperationException
 
 - 
DrawImagepublic void DrawImage(Image image, Rectangle destRect, Single srcX, Single srcY, Single srcWidth, Single srcHeight, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException - Throws:
- java.lang.Throwable
- ArgumentNullException
- InvalidOperationException
 
 - 
DrawImagepublic void DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException 
 - 
DrawImagepublic void DrawImage(Image image, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImageUnscaledpublic void DrawImageUnscaled(Image image, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImageUnscaledpublic void DrawImageUnscaled(Image image, int x, int y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImageUnscaledpublic void DrawImageUnscaled(Image image, Point point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImageUnscaledpublic void DrawImageUnscaled(Image image, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException 
 - 
DrawImageUnscaledAndClippedpublic void DrawImageUnscaledAndClipped(Image image, Rectangle rect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawLinepublic void DrawLine(Pen pen, int x1, int y1, int x2, int y2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawLinepublic void DrawLine(Pen pen, Single x1, Single y1, Single x2, Single y2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawLinepublic void DrawLine(Pen pen, Point pt1, Point pt2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawLinepublic void DrawLine(Pen pen, PointF pt1, PointF pt2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawLinespublic void DrawLines(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawLinespublic void DrawLines(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawPathpublic void DrawPath(Pen pen, GraphicsPath path) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawPiepublic void DrawPie(Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawPiepublic void DrawPie(Pen pen, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawPiepublic void DrawPie(Pen pen, Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawPiepublic void DrawPie(Pen pen, RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawPolygonpublic void DrawPolygon(Pen pen, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawPolygonpublic void DrawPolygon(Pen pen, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawRectanglepublic void DrawRectangle(Pen pen, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawRectanglepublic void DrawRectangle(Pen pen, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawRectanglepublic void DrawRectangle(Pen pen, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawRectanglepublic void DrawRectangle(Pen pen, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
DrawRectanglespublic void DrawRectangles(Pen pen, Rectangle[] rects) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawRectanglespublic void DrawRectangles(Pen pen, RectangleF[] rects) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
DrawStringpublic void DrawString(java.lang.String s, Font font, Brush brush, Single x, Single y, StringFormat format) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
 - 
DrawStringpublic void DrawString(java.lang.String s, Font font, Brush brush, Single x, Single y) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
 - 
DrawStringpublic void DrawString(java.lang.String s, Font font, Brush brush, PointF point, StringFormat format) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
 - 
DrawStringpublic void DrawString(java.lang.String s, Font font, Brush brush, PointF point) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
 - 
DrawStringpublic void DrawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
 - 
DrawStringpublic void DrawString(java.lang.String s, Font font, Brush brush, RectangleF layoutRectangle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
 - 
EndContainerpublic void EndContainer(GraphicsContainer container) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
ExcludeClippublic void ExcludeClip(Rectangle rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
ExcludeClippublic void ExcludeClip(Region region) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillClosedCurvepublic void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillClosedCurvepublic void FillClosedCurve(Brush brush, Point[] points, FillMode fillmode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillClosedCurvepublic void FillClosedCurve(Brush brush, Point[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillClosedCurvepublic void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode, Single tension) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillClosedCurvepublic void FillClosedCurve(Brush brush, PointF[] points, FillMode fillmode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillClosedCurvepublic void FillClosedCurve(Brush brush, PointF[] points) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillEllipsepublic void FillEllipse(Brush brush, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillEllipsepublic void FillEllipse(Brush brush, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillEllipsepublic void FillEllipse(Brush brush, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillEllipsepublic void FillEllipse(Brush brush, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillPathpublic void FillPath(Brush brush, GraphicsPath path) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillPiepublic void FillPie(Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillPiepublic void FillPie(Brush brush, Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillPiepublic void FillPie(Brush brush, Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillPiepublic void FillPie(Brush brush, RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillPolygonpublic void FillPolygon(Brush brush, Point[] points, FillMode fillMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillPolygonpublic void FillPolygon(Brush brush, Point[] points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillPolygonpublic void FillPolygon(Brush brush, PointF[] points, FillMode fillMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillPolygonpublic void FillPolygon(Brush brush, PointF[] points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillRectanglepublic void FillRectangle(Brush brush, int x, int y, int width, int height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillRectanglepublic void FillRectangle(Brush brush, Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillRectanglepublic void FillRectangle(Brush brush, Rectangle rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillRectanglepublic void FillRectangle(Brush brush, RectangleF rect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
FillRectanglespublic void FillRectangles(Brush brush, Rectangle[] rects) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillRectanglespublic void FillRectangles(Brush brush, RectangleF[] rects) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
FillRegionpublic void FillRegion(Brush brush, Region region) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
Flushpublic void Flush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException
 - 
Flushpublic void Flush(FlushIntention intention) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
GetContextInfopublic void GetContextInfo(JCORefOut<PointF> offset, JCORefOut<Region> clip) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException 
 - 
GetContextInfopublic void GetContextInfo(JCORefOut<PointF> offset) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException 
 - 
IntersectClippublic void IntersectClip(Rectangle rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
IntersectClippublic void IntersectClip(RectangleF rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
IntersectClippublic void IntersectClip(Region region) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
MultiplyTransformpublic void MultiplyTransform(Matrix matrix, MatrixOrder order) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
MultiplyTransformpublic void MultiplyTransform(Matrix matrix) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
ReleaseHdcpublic void ReleaseHdc() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException
 - 
ResetClippublic void ResetClip() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
 - 
ResetTransformpublic void ResetTransform() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
 - 
Restorepublic void Restore(GraphicsState gstate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
RotateTransformpublic void RotateTransform(Single angle, MatrixOrder order) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
RotateTransformpublic void RotateTransform(Single angle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException 
 - 
ScaleTransformpublic void ScaleTransform(Single sx, Single sy, MatrixOrder order) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
ScaleTransformpublic void ScaleTransform(Single sx, Single sy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException 
 - 
SetClippublic void SetClip(GraphicsPath path, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
SetClippublic void SetClip(GraphicsPath path) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
SetClippublic void SetClip(Graphics g, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
SetClippublic void SetClip(Graphics g) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
SetClippublic void SetClip(Rectangle rect, CombineMode combineMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
SetClippublic void SetClip(Rectangle rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException 
 - 
SetClippublic void SetClip(RectangleF rect, CombineMode combineMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
SetClippublic void SetClip(RectangleF rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException 
 - 
SetClippublic void SetClip(Region region, CombineMode combineMode) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
TransformPointspublic void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, Point[] pts) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
TransformPointspublic void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF[] pts) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
TranslateClippublic void TranslateClip(int dx, int dy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
 - 
TranslateClippublic void TranslateClip(Single dx, Single dy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
TranslateTransformpublic void TranslateTransform(Single dx, Single dy, MatrixOrder order) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
TranslateTransformpublic void TranslateTransform(Single dx, Single dy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, NotSupportedException 
 - 
closepublic void close() throws java.lang.Exception- Specified by:
- closein interface- java.lang.AutoCloseable
- Throws:
- java.lang.Exception
 
 - 
getIsClipEmptypublic boolean getIsClipEmpty() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
 - 
getIsVisibleClipEmptypublic boolean getIsVisibleClipEmpty() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
 - 
getTextContrastpublic int getTextContrast() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
 - 
setTextContrastpublic void setTextContrast(int TextContrast) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
 - 
getDpiXpublic Single getDpiX() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
getDpiYpublic Single getDpiY() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
getPageScalepublic Single getPageScale() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setPageScalepublic void setPageScale(Single PageScale) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, FormatException 
 - 
getCompositingModepublic CompositingMode getCompositingMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setCompositingModepublic void setCompositingMode(CompositingMode CompositingMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException 
 - 
getCompositingQualitypublic CompositingQuality getCompositingQuality() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setCompositingQualitypublic void setCompositingQuality(CompositingQuality CompositingQuality) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException 
 - 
getInterpolationModepublic InterpolationMode getInterpolationMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setInterpolationModepublic void setInterpolationMode(InterpolationMode InterpolationMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException 
 - 
getTransformpublic Matrix getTransform() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
setTransformpublic void setTransform(Matrix Transform) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
getPixelOffsetModepublic PixelOffsetMode getPixelOffsetMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setPixelOffsetModepublic void setPixelOffsetMode(PixelOffsetMode PixelOffsetMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException 
 - 
getSmoothingModepublic SmoothingMode getSmoothingMode() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setSmoothingModepublic void setSmoothingMode(SmoothingMode SmoothingMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException 
 - 
getPageUnitpublic GraphicsUnit getPageUnit() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setPageUnitpublic void setPageUnit(GraphicsUnit PageUnit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException 
 - 
getRenderingOriginpublic Point getRenderingOrigin() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setRenderingOriginpublic void setRenderingOrigin(Point RenderingOrigin) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException 
 - 
getClipBoundspublic RectangleF getClipBounds() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
getVisibleClipBoundspublic RectangleF getVisibleClipBounds() throws java.lang.Throwable, ArgumentException, InvalidOperationException, Win32Exception, ArgumentNullException, PlatformNotSupportedException, InvalidPrinterException, ArgumentOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, InvalidCastException, MulticastNotSupportedException, IndexOutOfRangeException, FormatException - Throws:
- java.lang.Throwable
- ArgumentException
- InvalidOperationException
- Win32Exception
- ArgumentNullException
- PlatformNotSupportedException
- InvalidPrinterException
- ArgumentOutOfRangeException
- ArrayTypeMismatchException
- NotSupportedException
- MethodAccessException
- MissingMethodException
- MemberAccessException
- TargetInvocationException
- InvalidCastException
- MulticastNotSupportedException
- IndexOutOfRangeException
- FormatException
 
 - 
getClippublic Region getClip() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 - 
setClippublic void setClip(Region Clip) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
getTextRenderingHintpublic TextRenderingHint getTextRenderingHint() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setTextRenderingHintpublic void setTextRenderingHint(TextRenderingHint TextRenderingHint) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException 
 - 
getTransformElementspublic Matrix3x2 getTransformElements() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException 
 - 
setTransformElementspublic void setTransformElements(Matrix3x2 TransformElements) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, FormatException 
 
- 
 
-