Class XForm
X form class.
Inheritance
System.Object
XForm
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Utility.Windows.dll
Syntax
public class XForm : ICloneable
Constructors
XForm()
Declaration
public XForm()
Properties
ClosedPathNode
Gets or sets a value indicating whether path node is closed.
Declaration
public bool ClosedPathNode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
FlipX
Gets or sets a value indicating whether flip X.
Declaration
public bool FlipX { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
FlipY
Gets or sets a value indicating whether flip Y.
Declaration
public bool FlipY { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Height
Gets or sets the height.
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The height. |
LocPinX
Gets or sets the loc pin X.
Declaration
public float LocPinX { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The loc pin X. |
LocPinY
Gets or sets the loc pin Y.
Declaration
public float LocPinY { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The loc pin Y. |
PinX
Gets or sets the pin X.
Declaration
public float PinX { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The pin X. |
PinY
Gets or sets the pin Y.
Declaration
public float PinY { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The pin Y. |
RotationAngle
Gets or sets the rotation angle.
Declaration
public float RotationAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The rotation angle. |
ScratchX
Gets or sets the scratch X.
Declaration
public float ScratchX { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The scratch X. |
ScratchY
Gets or sets the scratch Y.
Declaration
public float ScratchY { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The scratch Y. |
Width
Gets or sets the width.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The width. |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | A new object that is a copy of this instance. |
Implements
System.ICloneable