ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _GCESPointAttachmenInfo Class / _GCESPointAttachmenInfo Constructor

In This Topic
    _GCESPointAttachmenInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal point As IPoint, _
       ByVal xDir As Vector, _
       ByVal yDir As Vector, _
       ByVal xOffsetDir As Vector, _
       ByVal yOffsetDir As Vector _
    )
    public _GCESPointAttachmenInfo( 
       IPoint point,
       Vector xDir,
       Vector yDir,
       Vector xOffsetDir,
       Vector yOffsetDir
    )

    Parameters

    point
    xDir
    yDir
    xOffsetDir
    yOffsetDir
    See Also