Class SizeF
Inheritance
System.Object
SizeF
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class SizeF : Object
Constructors
SizeF()
Declaration
SizeF(Single, Single)
Declaration
public SizeF(float width, float height)
Parameters
Type |
Name |
Description |
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
Operators
Equality(SizeF, SizeF)
Declaration
public static bool operator ==(SizeF sz1, SizeF sz2)
Parameters
Returns
Inequality(SizeF, SizeF)
Declaration
public static bool operator !=(SizeF sz1, SizeF sz2)
Parameters
Returns
Extension Methods