Class PdfPoints
Defines pdf points.
Inheritance
System.Object
PdfPoints
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfPoints : Object
Constructors
PdfPoints()
Declaration
public PdfPoints()
Properties
X1
Defines the x1 position.
Declaration
public double X1 { get; set; }
Property Value
Type |
---|
System.Double |
X2
Defines the x2 position.
Declaration
public double X2 { get; set; }
Property Value
Type |
---|
System.Double |
Y1
Defines the y1 position.
Declaration
public double Y1 { get; set; }
Property Value
Type |
---|
System.Double |
Y2
Defines the y2 position.
Declaration
public double Y2 { get; set; }
Property Value
Type |
---|
System.Double |