Class OrthogonalLineSegment
Custom orthogonal line segment for orthogonal connector.
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable
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.Base.dll
Syntax
public class OrthogonalLineSegment : ConnectorLineSegment, ISerializable, IDisposable, ICloneable, IConnectorLineSegment
Constructors
OrthogonalLineSegment(IHandle, IHandle)
Initializes a new instance of the OrthogonalLineSegment class.
Declaration
public OrthogonalLineSegment(IHandle firstHandle, IHandle secondHandle)
Parameters
Type | Name | Description |
---|---|---|
IHandle | firstHandle | The first handle. |
IHandle | secondHandle | The second handle. |
OrthogonalLineSegment(IHandle, IHandle, Orientation)
Initializes a new instance of the OrthogonalLineSegment class.
Declaration
public OrthogonalLineSegment(IHandle firstHandle, IHandle secondHandle, Orientation orientation)
Parameters
Type | Name | Description |
---|---|---|
IHandle | firstHandle | The first handle. |
IHandle | secondHandle | The second handle. |
System.Windows.Forms.Orientation | orientation | The segment orientation. |
Properties
Orientation
Orientation of segment
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
---|
System.Windows.Forms.Orientation |
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Move(SizeF)
Move segment to offset.
Declaration
public override void Move(SizeF szOffset)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.SizeF | szOffset | Move offset. |
Overrides
SyncSegmentHandle(IHandle)
Synchronization segment to handle changes.
Declaration
public override void SyncSegmentHandle(IHandle handle)
Parameters
Type | Name | Description |
---|---|---|
IHandle | handle | The handle. |
Overrides
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable
System.ICloneable