public class GraphicsPath extends MarshalByRefObject implements java.lang.AutoCloseable
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Drawing.Common
|
static java.lang.String |
className
Qualified class name: System.Drawing.Drawing2D.GraphicsPath
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
GraphicsPath() |
GraphicsPath(FillMode fillMode) |
GraphicsPath(java.lang.Object instance)
Internal constructor.
|
GraphicsPath(Point[] pts,
byte[] types) |
GraphicsPath(Point[] pts,
byte[] types,
FillMode fillMode) |
GraphicsPath(PointF[] pts,
byte[] types) |
GraphicsPath(PointF[] pts,
byte[] types,
FillMode fillMode) |
| Modifier and Type | Method and 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 the
IJCOBridgeReflected instance into GraphicsPath, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
PointF |
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) |
GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public GraphicsPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public GraphicsPath(FillMode fillMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public GraphicsPath(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic GraphicsPath(Point[] pts, byte[] types) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
public GraphicsPath(Point[] pts, byte[] types, FillMode fillMode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public GraphicsPath(PointF[] pts, byte[] types) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
public GraphicsPath(PointF[] pts, byte[] types, FillMode fillMode) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
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
public void AddArc(RectangleF rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void AddArc(Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
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
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
public void AddBezier(PointF pt1, PointF pt2, PointF pt3, PointF pt4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void AddBezier(Point pt1, Point pt2, Point pt3, Point pt4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
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
public void AddBeziers(Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddBeziers(PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddClosedCurve(Point... points) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
public void AddClosedCurve(Point[] points, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddClosedCurve(PointF... points) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
public void AddClosedCurve(PointF[] points, Single tension) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddCurve(Point... points) throws java.lang.Throwable, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
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
public void AddCurve(Point[] points, Single tension) throws java.lang.Throwable, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void AddCurve(PointF... points) throws java.lang.Throwable, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
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
public void AddCurve(PointF[] points, Single tension) throws java.lang.Throwable, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void AddEllipse(int x,
int y,
int width,
int height)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public void AddEllipse(Rectangle rect) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public void AddEllipse(RectangleF rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
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
public void AddLine(int x1,
int y1,
int x2,
int y2)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public void AddLine(PointF pt1, PointF pt2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void AddLine(Point pt1, Point pt2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
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
public void AddLines(Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddLines(PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddPath(GraphicsPath addingPath, boolean connect) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
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
public void AddPie(Rectangle rect, Single startAngle, Single sweepAngle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
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
public void AddPolygon(Point... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddPolygon(PointF... points) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddRectangle(Rectangle rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void AddRectangle(RectangleF rect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public void AddRectangles(Rectangle... rects) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddRectangles(RectangleF... rects) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void AddRoundedRectangle(RectangleF rect, SizeF radius) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void AddRoundedRectangle(Rectangle rect, Size radius) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
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
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic void AddString(java.lang.String s,
FontFamily family,
int style,
Single emSize,
Point origin,
StringFormat format)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionpublic 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
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
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic static GraphicsPath cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into GraphicsPath, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGraphicsPath instancejava.lang.Throwable - in case of error during cast operationpublic void ClearMarkers()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void CloseAllFigures()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public void CloseFigure()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public void Dispose()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic void Flatten()
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException
public void Flatten(Matrix matrix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public void Flatten(Matrix matrix, Single flatness) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public RectangleF GetBounds() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public RectangleF GetBounds(Matrix matrix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public RectangleF GetBounds(Matrix matrix, Pen pen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public FillMode getFillMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MarshalByRefObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MarshalByRefObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MarshalByRefObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MarshalByRefObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MarshalByRefObjectJCType representing the CLR Type of the instantiated Classpublic PointF GetLastPoint() throws java.lang.Throwable
java.lang.Throwablepublic PathData getPathData() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public final PointF[] getPathPoints() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public byte[] getPathTypes()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public int getPointCount()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public boolean IsOutlineVisible(int x,
int y,
Pen pen)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException
public boolean IsOutlineVisible(int x,
int y,
Pen pen,
Graphics graphics)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean IsOutlineVisible(PointF point, Pen pen) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
public boolean IsOutlineVisible(PointF pt, Pen pen, Graphics graphics) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public boolean IsOutlineVisible(Point point, Pen pen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public boolean IsOutlineVisible(Point pt, Pen pen, Graphics graphics) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
public boolean IsOutlineVisible(Single x, Single y, Pen pen) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
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
public boolean IsVisible(int x,
int y)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean IsVisible(int x,
int y,
Graphics graphics)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
FormatException
public boolean IsVisible(Point point) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public boolean IsVisible(PointF point) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public boolean IsVisible(PointF pt, Graphics graphics) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException
public boolean IsVisible(Point pt, Graphics graphics) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public boolean IsVisible(Single x, Single y) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
public boolean IsVisible(Single x, Single y, Graphics graphics) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public void Reset()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public void Reverse()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public void setFillMode(FillMode FillMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByRefObjectpublic void SetMarkers()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public void StartFigure()
throws java.lang.Throwable
java.lang.Throwablepublic void Transform(Matrix matrix) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void Warp(PointF[] destPoints, RectangleF srcRect) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, FormatException, InvalidOperationException
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, FormatException
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, Single flatness) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void Widen(Pen pen) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void Widen(Pen pen, Matrix matrix) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException
public void Widen(Pen pen, Matrix matrix, Single flatness) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException