ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / Annotation Class / Attach Method
The x coordinate for the annotation object.
The y coordinate for the annotation object.

In This Topic
    Attach Method
    In This Topic
    Sets the top left most coordinates for the annotation object.
    Syntax
    'Declaration
     
    Public Sub Attach( _
       ByVal x As Single, _
       ByVal y As Single _
    ) 
    public void Attach( 
       float x,
       float y
    )

    Parameters

    x
    The x coordinate for the annotation object.
    y
    The y coordinate for the annotation object.
    See Also