Class Path2D
public class Path2D : JVMBridgeBase<Path2D>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Path2D>Path2D
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<Path2D>.IsAssignableFrom(IJavaType)JVMBridgeBase<Path2D>.IsAssignableFrom<T>()JVMBridgeBase<Path2D>.Execute<T>(params T[])JVMBridgeBase<Path2D>.DynBridgeClazzJVMBridgeBase<Path2D>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Path2D()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("Path2D class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Path2D()
Path2D(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("Path2D class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Path2D(params object[] args)
Parameters
args
object[]
Properties
Bounds
public Rectangle Bounds { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CurrentPoint
public Point2D CurrentPoint { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
WIND_EVEN_ODD
public static int WIND_EVEN_ODD { get; }
Property Value
WIND_NON_ZERO
public static int WIND_NON_ZERO { get; }
Property Value
WindingRule
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/geom/Path2D.html#getWindingRule() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/geom/Path2D.html#setWindingRule(int)
public int WindingRule { get; set; }
Property Value
Methods
Append(PathIterator, bool)
public void Append(PathIterator arg0, bool arg1)
Parameters
arg0
PathIteratorarg1
bool
Append(Shape, bool)
public void Append(Shape arg0, bool arg1)
Parameters
ClosePath()
public void ClosePath()
Contains(PathIterator, Point2D)
public static bool Contains(PathIterator arg0, Point2D arg1)
Parameters
arg0
PathIteratorarg1
Point2D
Returns
Contains(PathIterator, Rectangle2D)
public static bool Contains(PathIterator arg0, Rectangle2D arg1)
Parameters
arg0
PathIteratorarg1
Rectangle2D
Returns
Contains(PathIterator, double, double)
public static bool Contains(PathIterator arg0, double arg1, double arg2)
Parameters
arg0
PathIteratorarg1
doublearg2
double
Returns
Contains(PathIterator, double, double, double, double)
public static bool Contains(PathIterator arg0, double arg1, double arg2, double arg3, double arg4)
Parameters
arg0
PathIteratorarg1
doublearg2
doublearg3
doublearg4
double
Returns
Contains(Point2D)
public bool Contains(Point2D arg0)
Parameters
Returns
Contains(Rectangle2D)
public bool Contains(Rectangle2D arg0)
Parameters
arg0
Rectangle2D
Returns
Contains(double, double)
public bool Contains(double arg0, double arg1)
Parameters
Returns
Contains(double, double, double, double)
public bool Contains(double arg0, double arg1, double arg2, double arg3)
Parameters
Returns
CreateTransformedShape(AffineTransform)
public Shape CreateTransformedShape(AffineTransform arg0)
Parameters
Returns
CurveTo(double, double, double, double, double, double)
public void CurveTo(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
Parameters
GetPathIterator(AffineTransform, double)
public PathIterator GetPathIterator(AffineTransform arg0, double arg1)
Parameters
arg0
AffineTransformarg1
double
Returns
Intersects(PathIterator, Rectangle2D)
public static bool Intersects(PathIterator arg0, Rectangle2D arg1)
Parameters
arg0
PathIteratorarg1
Rectangle2D
Returns
Intersects(PathIterator, double, double, double, double)
public static bool Intersects(PathIterator arg0, double arg1, double arg2, double arg3, double arg4)
Parameters
arg0
PathIteratorarg1
doublearg2
doublearg3
doublearg4
double
Returns
Intersects(Rectangle2D)
public bool Intersects(Rectangle2D arg0)
Parameters
arg0
Rectangle2D
Returns
Intersects(double, double, double, double)
public bool Intersects(double arg0, double arg1, double arg2, double arg3)
Parameters
Returns
LineTo(double, double)
public void LineTo(double arg0, double arg1)
Parameters
MoveTo(double, double)
public void MoveTo(double arg0, double arg1)
Parameters
QuadTo(double, double, double, double)
public void QuadTo(double arg0, double arg1, double arg2, double arg3)
Parameters
Reset()
public void Reset()
Transform(AffineTransform)
public void Transform(AffineTransform arg0)
Parameters
TrimToSize()
public void TrimToSize()
Operators
implicit operator Shape(Path2D)
public static implicit operator Shape(Path2D t)
Parameters
t
Path2D
Returns
implicit operator Cloneable(Path2D)
public static implicit operator Cloneable(Path2D t)
Parameters
t
Path2D