WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeadEndPoint - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeadEndPoint

    Summary description for HeadEndPoint.

    Inheritance
    System.Object
    PropertyContainer
    EndPoint
    HeadEndPoint
    Implements
    IServiceReferenceHolder
    IServiceReferenceProvider
    IPropertyObserver
    IPropertyContainer
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    IHandle
    Inherited Members
    EndPoint.Move(SizeF, MeasureUnits)
    EndPoint.GetObjectData(SerializationInfo, StreamingContext)
    EndPoint.GetHeading()
    EndPoint.SyncPositionWithPort()
    EndPoint.OnVertexChanging(PointF)
    EndPoint.OnVertexChanged()
    EndPoint.SetLocation(PointF)
    EndPoint.Dispose()
    EndPoint.Container
    EndPoint.Port
    EndPoint.InUpdate
    EndPoint.IsMoving
    EndPoint.ID
    EndPoint.Location
    EndPoint.AllowMoveX
    EndPoint.AllowMoveY
    PropertyContainer.m_propertyObserver
    PropertyContainer.UpdateServiceReferences(IServiceReferenceProvider)
    PropertyContainer.ProvideServiceReference(RuntimeTypeHandle)
    PropertyContainer.RecordPropertyChanged(String)
    PropertyContainer.OnPropertyChanging(String, Object)
    PropertyContainer.OnPropertyChanged(String)
    PropertyContainer.GetPropertyContainerByName(String)
    PropertyContainer.OnMeasureUnitsChanging(MeasureUnits, MeasureUnits)
    PropertyContainer.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    PropertyContainer.IPropertyObserver.OnPropertyChanging(String, String, Object)
    PropertyContainer.IPropertyObserver.OnPropertyChanged(String, String)
    PropertyContainer.PropertyObserber
    PropertyContainer.MeasureUnit
    PropertyContainer.InheritContainerMeasureUnits
    PropertyContainer.HistoryService
    PropertyContainer.FullContainerName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class HeadEndPoint : EndPoint, IServiceReferenceHolder, IServiceReferenceProvider, IPropertyObserver, IPropertyContainer, ICloneable, ISerializable, IDisposable, IHandle

    Constructors

    HeadEndPoint(HeadEndPoint)

    Initializes a new instance of the HeadEndPoint class.

    Declaration
    public HeadEndPoint(HeadEndPoint src)
    Parameters
    Type Name Description
    HeadEndPoint src

    The SRC.

    HeadEndPoint(PathNode, PointF)

    Initializes a new instance of the HeadEndPoint class.

    Declaration
    public HeadEndPoint(PathNode container, PointF ptLocation)
    Parameters
    Type Name Description
    PathNode container

    The PathNode container.

    System.Drawing.PointF ptLocation

    The handle location in parent coordinates.

    HeadEndPoint(SerializationInfo, StreamingContext)

    Initializes a new instance of the HeadEndPoint class.

    Declaration
    protected HeadEndPoint(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The info.

    System.Runtime.Serialization.StreamingContext context

    The context.

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Overrides
    PropertyContainer.Clone()

    GetPropertyContainerName()

    Gets the name of the property container.

    Declaration
    protected override string GetPropertyContainerName()
    Returns
    Type Description
    System.String
    Overrides
    PropertyContainer.GetPropertyContainerName()

    Implements

    IServiceReferenceHolder
    IServiceReferenceProvider
    IPropertyObserver
    IPropertyContainer
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    IHandle
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved