Class RectangleF
Inheritance
System.Object
RectangleF
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class RectangleF : Object
Constructors
RectangleF()
Declaration
RectangleF(Single, Single, Single, Single)
Declaration
public RectangleF(float x, float y, float width, float height)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
System.Single |
y |
|
System.Single |
width |
|
System.Single |
height |
|
Properties
Height
Declaration
public float Height { get; set; }
Property Value
Width
Declaration
public float Width { get; set; }
Property Value
X
Declaration
public float X { get; set; }
Property Value
Y
Declaration
public float Y { get; set; }
Property Value
Extension Methods