[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.Point-1

Point<T> Struct

Represents the Point.

Namespace: GrapeCity.ActiveReports.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct Point<T> where T : struct
Type Parameters
Name Description
T

Constructors

Name Description
Point(T, T)

Initialized a new instance of Point struct.

Fields

Name Description
Origin

The instance of Point struct with default for current Type values set for the coordinates.

Properties

Name Description
X

Gets or sets the x-coordinate of this Point.

Y

Gets or sets the y-coordinate of this Point.

Extension Methods