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

In This Topic
    Point<T> Structure
    In This Topic
    Represents the Point.
    Object Model
    Point<T> Structure
    Syntax
    'Declaration
     
    Public Structure Point(Of T As {New, Struct}) 
       Inherits System.ValueType
    public struct Point<T> : System.ValueType 
    where T: new(), struct
    Type Parameters
    T
    Remarks
    This structure should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.ActiveReports.Layout.Point<T>

    See Also