Class PdfPoints
Defines pdf points.
Inheritance
System.Object
PdfPoints
Implements
System.IEquatable<PdfPoints>
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfPoints : Object, IEquatable<PdfPoints>
Constructors
PdfPoints()
Declaration
public PdfPoints()
Properties
X1
Defines the x1 position
Declaration
public double X1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
X2
Defines the x2 position
Declaration
public double X2 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y1
Defines the y1 position
Declaration
public double Y1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y2
Defines the y2 position
Declaration
public double Y2 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(PdfPoints)
Declaration
public bool Equals(PdfPoints pdfPoints)
Parameters
Type | Name | Description |
---|---|---|
PdfPoints | pdfPoints |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>