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.String
assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Drawing.Commonstatic java.lang.String
className
Qualified class name: System.Drawing.Drawing2D.GraphicsPathstatic JCType
classType
The 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 void
AddArc(int x, int y, int width, int height, Single startAngle, Single sweepAngle)
void
AddArc(RectangleF rect, Single startAngle, Single sweepAngle)
void
AddArc(Rectangle rect, Single startAngle, Single sweepAngle)
void
AddArc(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)
void
AddBezier(PointF pt1, PointF pt2, PointF pt3, PointF pt4)
void
AddBezier(Point pt1, Point pt2, Point pt3, Point pt4)
void
AddBezier(Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4)
void
AddBeziers(Point... points)
void
AddBeziers(PointF... points)
void
AddClosedCurve(Point... points)
void
AddClosedCurve(Point[] points, Single tension)
void
AddClosedCurve(PointF... points)
void
AddClosedCurve(PointF[] points, Single tension)
void
AddCurve(Point... points)
void
AddCurve(Point[] points, int offset, int numberOfSegments, Single tension)
void
AddCurve(Point[] points, Single tension)
void
AddCurve(PointF... points)
void
AddCurve(PointF[] points, int offset, int numberOfSegments, Single tension)
void
AddCurve(PointF[] points, Single tension)
void
AddEllipse(int x, int y, int width, int height)
void
AddEllipse(Rectangle rect)
void
AddEllipse(RectangleF rect)
void
AddEllipse(Single x, Single y, Single width, Single height)
void
AddLine(int x1, int y1, int x2, int y2)
void
AddLine(PointF pt1, PointF pt2)
void
AddLine(Point pt1, Point pt2)
void
AddLine(Single x1, Single y1, Single x2, Single y2)
void
AddLines(Point... points)
void
AddLines(PointF... points)
void
AddPath(GraphicsPath addingPath, boolean connect)
void
AddPie(int x, int y, int width, int height, Single startAngle, Single sweepAngle)
void
AddPie(Rectangle rect, Single startAngle, Single sweepAngle)
void
AddPie(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
AddPolygon(Point... points)
void
AddPolygon(PointF... points)
void
AddRectangle(Rectangle rect)
void
AddRectangle(RectangleF rect)
void
AddRectangles(Rectangle... rects)
void
AddRectangles(RectangleF... rects)
void
AddRoundedRectangle(RectangleF rect, SizeF radius)
void
AddRoundedRectangle(Rectangle rect, Size radius)
void
AddString(java.lang.String s, FontFamily family, int style, Single emSize, PointF origin, StringFormat format)
void
AddString(java.lang.String s, FontFamily family, int style, Single emSize, Point origin, StringFormat format)
void
AddString(java.lang.String s, FontFamily family, int style, Single emSize, RectangleF layoutRect, StringFormat format)
void
AddString(java.lang.String s, FontFamily family, int style, Single emSize, Rectangle layoutRect, StringFormat format)
static GraphicsPath
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoGraphicsPath
, a cast assert is made to check if types are compatible.void
ClearMarkers()
NetObject
Clone()
void
close()
void
CloseAllFigures()
void
CloseFigure()
void
Dispose()
void
Flatten()
void
Flatten(Matrix matrix)
void
Flatten(Matrix matrix, Single flatness)
RectangleF
GetBounds()
RectangleF
GetBounds(Matrix matrix)
RectangleF
GetBounds(Matrix matrix, Pen pen)
FillMode
getFillMode()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypePointF
GetLastPoint()
PathData
getPathData()
PointF[]
getPathPoints()
byte[]
getPathTypes()
int
getPointCount()
boolean
IsOutlineVisible(int x, int y, Pen pen)
boolean
IsOutlineVisible(int x, int y, Pen pen, Graphics graphics)
boolean
IsOutlineVisible(PointF point, Pen pen)
boolean
IsOutlineVisible(PointF pt, Pen pen, Graphics graphics)
boolean
IsOutlineVisible(Point point, Pen pen)
boolean
IsOutlineVisible(Point pt, Pen pen, Graphics graphics)
boolean
IsOutlineVisible(Single x, Single y, Pen pen)
boolean
IsOutlineVisible(Single x, Single y, Pen pen, Graphics graphics)
boolean
IsVisible(int x, int y)
boolean
IsVisible(int x, int y, Graphics graphics)
boolean
IsVisible(Point point)
boolean
IsVisible(PointF point)
boolean
IsVisible(PointF pt, Graphics graphics)
boolean
IsVisible(Point pt, Graphics graphics)
boolean
IsVisible(Single x, Single y)
boolean
IsVisible(Single x, Single y, Graphics graphics)
void
Reset()
void
Reverse()
void
setFillMode(FillMode FillMode)
void
setJCOInstance(JCObject instance)
void
SetMarkers()
void
StartFigure()
void
Transform(Matrix matrix)
void
Warp(PointF[] destPoints, RectangleF srcRect)
void
Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix)
void
Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode)
void
Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, Single flatness)
void
Widen(Pen pen)
void
Widen(Pen pen, Matrix matrix)
void
Widen(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.Throwable
Internal 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classMarshalByRefObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classMarshalByRefObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMarshalByRefObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static GraphicsPath cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoGraphicsPath
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
GraphicsPath
instance- 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.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
-
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.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
-
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.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
-
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.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
-
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:
close
in 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
-
-