alexa

    Show / Hide Table of Contents

    Interface IConnectorLineSegment

    Interface that handles line segment actions.

    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IConnectorLineSegment

    Methods

    Move(SizeF)

    Move segment to offset.

    Declaration
    void Move(SizeF szOffset)
    Parameters
    Type Name Description
    System.Drawing.SizeF szOffset

    Move offset.

    SyncSegmentHandle(IHandle)

    Synchronization segment to handle changes.

    Declaration
    void SyncSegmentHandle(IHandle handle)
    Parameters
    Type Name Description
    IHandle handle

    The handle synchronize to.

    Back to top Generated by DocFX