Class Path2D.Float
public class Path2D.Float : Path2D, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Path2D.Float
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Float()
public Float()
Float(Shape)
public Float(Shape arg0)
Parameters
Float(Shape, AffineTransform)
public Float(Shape arg0, AffineTransform arg1)
Parameters
arg0Shapearg1AffineTransform
Float(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Float(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Float(int)
public Float(int arg0)
Parameters
Float(int, int)
public Float(int arg0, int arg1)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for Float()
public static Path2D.Float CreatePoolableInstance()
Returns
CreatePoolableInstance(Shape)
HPA initializer for Float(Java.Awt.Shape arg0)
public static Path2D.Float CreatePoolableInstance(Shape arg0)
Parameters
arg0Shape
Returns
CreatePoolableInstance(Shape, AffineTransform)
HPA initializer for Float(Java.Awt.Shape arg0, Java.Awt.Geom.AffineTransform arg1)
public static Path2D.Float CreatePoolableInstance(Shape arg0, AffineTransform arg1)
Parameters
arg0Shapearg1AffineTransform
Returns
CreatePoolableInstance(int)
HPA initializer for Float(int arg0)
public static Path2D.Float CreatePoolableInstance(int arg0)
Parameters
arg0int
Returns
CreatePoolableInstance(int, int)
HPA initializer for Float(int arg0, int arg1)
public static Path2D.Float CreatePoolableInstance(int arg0, int arg1)
Parameters
Returns
CurveTo(float, float, float, float, float, float)
public void CurveTo(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
Parameters
LineTo(float, float)
public void LineTo(float arg0, float arg1)
Parameters
MoveTo(float, float)
public void MoveTo(float arg0, float arg1)
Parameters
QuadTo(float, float, float, float)
public void QuadTo(float arg0, float arg1, float arg2, float arg3)
Parameters
Operators
implicit operator Serializable(Float)
Converter from Path2D.Float to Serializable
public static implicit operator Serializable(Path2D.Float t)