public class GraphicsPathIterator extends MarshalByRefObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Drawing2D.GraphicsPathIterator
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.GraphicsPathIterator
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
GraphicsPathIterator() |
GraphicsPathIterator(GraphicsPath path) |
GraphicsPathIterator(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphicsPathIterator |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into GraphicsPathIterator, a cast assert is made to check if types are compatible. |
void |
close() |
int |
CopyData(JCORefOut<PointF[]> points,
JCORefOut types,
int startIndex,
int endIndex) |
void |
Dispose() |
int |
Enumerate(JCORefOut<PointF[]> points,
JCORefOut types) |
int |
getCount() |
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
|
int |
getSubpathCount() |
boolean |
HasCurve() |
int |
NextMarker(GraphicsPath path) |
int |
NextMarker(JCORefOut<java.util.concurrent.atomic.AtomicInteger> startIndex,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> endIndex) |
int |
NextPathType(JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Byte>> pathType,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> startIndex,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> endIndex) |
int |
NextSubpath(GraphicsPath path,
JCORefOut<java.util.concurrent.atomic.AtomicBoolean> isClosed) |
int |
NextSubpath(JCORefOut<java.util.concurrent.atomic.AtomicInteger> startIndex,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> endIndex,
JCORefOut<java.util.concurrent.atomic.AtomicBoolean> isClosed) |
void |
Rewind() |
void |
setJCOInstance(JCObject instance) |
GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public GraphicsPathIterator()
throws java.lang.Throwable
java.lang.Throwablepublic GraphicsPathIterator(GraphicsPath path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public GraphicsPathIterator(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static GraphicsPathIterator cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into GraphicsPathIterator, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGraphicsPathIterator instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic int CopyData(JCORefOut<PointF[]> points, JCORefOut types, int startIndex, int endIndex) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public void Dispose()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic int Enumerate(JCORefOut<PointF[]> points, JCORefOut types) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
public int getCount()
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 int getSubpathCount()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public boolean HasCurve()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public int NextMarker(GraphicsPath path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public int NextMarker(JCORefOut<java.util.concurrent.atomic.AtomicInteger> startIndex, JCORefOut<java.util.concurrent.atomic.AtomicInteger> endIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public int NextPathType(JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Byte>> pathType, JCORefOut<java.util.concurrent.atomic.AtomicInteger> startIndex, JCORefOut<java.util.concurrent.atomic.AtomicInteger> endIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public int NextSubpath(GraphicsPath path, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> isClosed) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public int NextSubpath(JCORefOut<java.util.concurrent.atomic.AtomicInteger> startIndex, JCORefOut<java.util.concurrent.atomic.AtomicInteger> endIndex, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> isClosed) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException
public void Rewind()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByRefObject