Package system.drawing.drawing2d
Class GraphicsPath
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.drawing.drawing2d.GraphicsPath
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class GraphicsPath extends MarshalByRefObject implements java.lang.AutoCloseable
The base .NET class managing System.Drawing.Drawing2D.GraphicsPath, System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Drawing2D.GraphicsPath
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Drawing.Commonstatic java.lang.StringclassNameQualified class name: System.Drawing.Drawing2D.GraphicsPathstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description GraphicsPath()GraphicsPath(java.lang.Object instance)Internal constructor.GraphicsPath(FillMode fillMode)GraphicsPath(Point[] pts, byte[] types)GraphicsPath(Point[] pts, byte[] types, FillMode fillMode)GraphicsPath(PointF[] pts, byte[] types)GraphicsPath(PointF[] pts, byte[] types, FillMode fillMode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddArc(int x, int y, int width, int height, Single startAngle, Single sweepAngle)voidAddArc(RectangleF rect, Single startAngle, Single sweepAngle)voidAddArc(Rectangle rect, Single startAngle, Single sweepAngle)voidAddArc(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)voidAddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)voidAddBezier(PointF pt1, PointF pt2, PointF pt3, PointF pt4)voidAddBezier(Point pt1, Point pt2, Point pt3, Point pt4)voidAddBezier(Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4)voidAddBeziers(Point... points)voidAddBeziers(PointF... points)voidAddClosedCurve(Point... points)voidAddClosedCurve(Point[] points, Single tension)voidAddClosedCurve(PointF... points)voidAddClosedCurve(PointF[] points, Single tension)voidAddCurve(Point... points)voidAddCurve(Point[] points, int offset, int numberOfSegments, Single tension)voidAddCurve(Point[] points, Single tension)voidAddCurve(PointF... points)voidAddCurve(PointF[] points, int offset, int numberOfSegments, Single tension)voidAddCurve(PointF[] points, Single tension)voidAddEllipse(int x, int y, int width, int height)voidAddEllipse(Rectangle rect)voidAddEllipse(RectangleF rect)voidAddEllipse(Single x, Single y, Single width, Single height)voidAddLine(int x1, int y1, int x2, int y2)voidAddLine(PointF pt1, PointF pt2)voidAddLine(Point pt1, Point pt2)voidAddLine(Single x1, Single y1, Single x2, Single y2)voidAddLines(Point... points)voidAddLines(PointF... points)voidAddPath(GraphicsPath addingPath, boolean connect)voidAddPie(int x, int y, int width, int height, Single startAngle, Single sweepAngle)voidAddPie(Rectangle rect, Single startAngle, Single sweepAngle)voidAddPie(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)voidAddPolygon(Point... points)voidAddPolygon(PointF... points)voidAddRectangle(Rectangle rect)voidAddRectangle(RectangleF rect)voidAddRectangles(Rectangle... rects)voidAddRectangles(RectangleF... rects)voidAddRoundedRectangle(RectangleF rect, SizeF radius)voidAddRoundedRectangle(Rectangle rect, Size radius)voidAddString(java.lang.String s, FontFamily family, int style, Single emSize, PointF origin, StringFormat format)voidAddString(java.lang.String s, FontFamily family, int style, Single emSize, Point origin, StringFormat format)voidAddString(java.lang.String s, FontFamily family, int style, Single emSize, RectangleF layoutRect, StringFormat format)voidAddString(java.lang.String s, FontFamily family, int style, Single emSize, Rectangle layoutRect, StringFormat format)static GraphicsPathcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoGraphicsPath, a cast assert is made to check if types are compatible.voidClearMarkers()NetObjectClone()voidclose()voidCloseAllFigures()voidCloseFigure()voidDispose()voidFlatten()voidFlatten(Matrix matrix)voidFlatten(Matrix matrix, Single flatness)RectangleFGetBounds()RectangleFGetBounds(Matrix matrix)RectangleFGetBounds(Matrix matrix, Pen pen)FillModegetFillMode()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 TypePointFGetLastPoint()PathDatagetPathData()PointF[]getPathPoints()byte[]getPathTypes()intgetPointCount()booleanIsOutlineVisible(int x, int y, Pen pen)booleanIsOutlineVisible(int x, int y, Pen pen, Graphics graphics)booleanIsOutlineVisible(PointF point, Pen pen)booleanIsOutlineVisible(PointF pt, Pen pen, Graphics graphics)booleanIsOutlineVisible(Point point, Pen pen)booleanIsOutlineVisible(Point pt, Pen pen, Graphics graphics)booleanIsOutlineVisible(Single x, Single y, Pen pen)booleanIsOutlineVisible(Single x, Single y, Pen pen, Graphics graphics)booleanIsVisible(int x, int y)booleanIsVisible(int x, int y, Graphics graphics)booleanIsVisible(Point point)booleanIsVisible(PointF point)booleanIsVisible(PointF pt, Graphics graphics)booleanIsVisible(Point pt, Graphics graphics)booleanIsVisible(Single x, Single y)booleanIsVisible(Single x, Single y, Graphics graphics)voidReset()voidReverse()voidsetFillMode(FillMode FillMode)voidsetJCOInstance(JCObject instance)voidSetMarkers()voidStartFigure()voidTransform(Matrix matrix)voidWarp(PointF[] destPoints, RectangleF srcRect)voidWarp(PointF[] destPoints, RectangleF srcRect, Matrix matrix)voidWarp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode)voidWarp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, Single flatness)voidWiden(Pen pen)voidWiden(Pen pen, Matrix matrix)voidWiden(Pen pen, Matrix matrix, Single flatness)-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Drawing.Common- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Drawing.Drawing2D.GraphicsPath- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GraphicsPath
public GraphicsPath(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
GraphicsPath
public GraphicsPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
GraphicsPath
public GraphicsPath(FillMode fillMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
GraphicsPath
public GraphicsPath(Point[] pts, byte[] types, FillMode fillMode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
GraphicsPath
public GraphicsPath(Point[] pts, byte[] types) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
GraphicsPath
public GraphicsPath(PointF[] pts, byte[] types, FillMode fillMode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
GraphicsPath
public GraphicsPath(PointF[] pts, byte[] types) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classMarshalByRefObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classMarshalByRefObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classMarshalByRefObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classMarshalByRefObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classMarshalByRefObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static GraphicsPath cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoGraphicsPath, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
GraphicsPathinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsOutlineVisible
public boolean IsOutlineVisible(int x, int y, Pen pen, Graphics graphics) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(int x, int y, Pen pen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
-
IsOutlineVisible
public boolean IsOutlineVisible(Single x, Single y, Pen pen, Graphics graphics) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(Single x, Single y, Pen pen) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(Point pt, Pen pen, Graphics graphics) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(Point point, Pen pen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
-
IsOutlineVisible
public boolean IsOutlineVisible(PointF pt, Pen pen, Graphics graphics) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(PointF point, Pen pen) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(int x, int y, Graphics graphics) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(int x, int y) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Single x, Single y, Graphics graphics) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Single x, Single y) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Point pt, Graphics graphics) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Point point) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(PointF pt, Graphics graphics) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(PointF point) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
GetLastPoint
public PointF GetLastPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetBounds
public RectangleF GetBounds() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
GetBounds
public RectangleF GetBounds(Matrix matrix, Pen pen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
GetBounds
public RectangleF GetBounds(Matrix matrix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddArc
public void AddArc(int x, int y, int width, int height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddArc
public void AddArc(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddArc
public void AddArc(Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddArc
public void AddArc(RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddBezier
public void AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddBezier
public void AddBezier(Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddBezier
public void AddBezier(Point pt1, Point pt2, Point pt3, Point pt4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddBezier
public void AddBezier(PointF pt1, PointF pt2, PointF pt3, PointF pt4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddBeziers
public void AddBeziers(Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddBeziers
public void AddBeziers(PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddClosedCurve
public void AddClosedCurve(Point[] points, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddClosedCurve
public void AddClosedCurve(Point... points) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddClosedCurve
public void AddClosedCurve(PointF[] points, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddClosedCurve
public void AddClosedCurve(PointF... points) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddCurve
public void AddCurve(Point[] points, int offset, int numberOfSegments, Single tension) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddCurve
public void AddCurve(Point[] points, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddCurve
public void AddCurve(Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddCurve
public void AddCurve(PointF[] points, int offset, int numberOfSegments, Single tension) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddCurve
public void AddCurve(PointF[] points, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddCurve
public void AddCurve(PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddEllipse
public void AddEllipse(int x, int y, int width, int height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddEllipse
public void AddEllipse(Single x, Single y, Single width, Single height) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddEllipse
public void AddEllipse(Rectangle rect) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddEllipse
public void AddEllipse(RectangleF rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddLine
public void AddLine(int x1, int y1, int x2, int y2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddLine
public void AddLine(Single x1, Single y1, Single x2, Single y2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddLine
public void AddLine(Point pt1, Point pt2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddLine
public void AddLine(PointF pt1, PointF pt2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddLines
public void AddLines(Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddLines
public void AddLines(PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddPath
public void AddPath(GraphicsPath addingPath, boolean connect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
AddPie
public void AddPie(int x, int y, int width, int height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddPie
public void AddPie(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddPie
public void AddPie(Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddPolygon
public void AddPolygon(Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddPolygon
public void AddPolygon(PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddRectangle
public void AddRectangle(Rectangle rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddRectangle
public void AddRectangle(RectangleF rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
AddRectangles
public void AddRectangles(Rectangle... rects) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddRectangles
public void AddRectangles(RectangleF... rects) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
AddRoundedRectangle
public void AddRoundedRectangle(Rectangle rect, Size radius) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddRoundedRectangle
public void AddRoundedRectangle(RectangleF rect, SizeF radius) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
AddString
public void AddString(java.lang.String s, FontFamily family, int style, Single emSize, Point origin, StringFormat format) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullException
-
AddString
public void AddString(java.lang.String s, FontFamily family, int style, Single emSize, PointF origin, StringFormat format) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
AddString
public void AddString(java.lang.String s, FontFamily family, int style, Single emSize, Rectangle layoutRect, StringFormat format) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
AddString
public void AddString(java.lang.String s, FontFamily family, int style, Single emSize, RectangleF layoutRect, StringFormat format) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
ClearMarkers
public void ClearMarkers() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
CloseAllFigures
public void CloseAllFigures() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
CloseFigure
public void CloseFigure() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
Flatten
public void Flatten() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
Flatten
public void Flatten(Matrix matrix, Single flatness) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
Flatten
public void Flatten(Matrix matrix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
Reset
public void Reset() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
Reverse
public void Reverse() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
SetMarkers
public void SetMarkers() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
StartFigure
public void StartFigure() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Transform
public void Transform(Matrix matrix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
Warp
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, Single flatness) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
Warp
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
Warp
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix) throws java.lang.Throwable, ArgumentNullException, ArrayTypeMismatchException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
-
Warp
public void Warp(PointF[] destPoints, RectangleF srcRect) throws java.lang.Throwable, ArgumentNullException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentException, FormatException, InvalidOperationException
-
Widen
public void Widen(Pen pen, Matrix matrix, Single flatness) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
Widen
public void Widen(Pen pen, Matrix matrix) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
Widen
public void Widen(Pen pen) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getPathTypes
public byte[] getPathTypes() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getPointCount
public int getPointCount() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
getFillMode
public FillMode getFillMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
-
setFillMode
public void setFillMode(FillMode FillMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getPathData
public PathData getPathData() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getPathPoints
public final PointF[] getPathPoints() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
-
-