ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Point<T> Structure / Point<T> Constructor

In This Topic
    Point<T> Constructor
    In This Topic
    Initialized a new instance of Point struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As T, _
       ByVal y As T _
    )
    public Point<T>( 
       T x,
       T y
    )

    Parameters

    x
    y
    See Also