Class Size
Inheritance
System.Object
Size
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class Size : Object
Constructors
Size()
Declaration
public Size()
Size(Int32, Int32)
Declaration
public Size(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | |
System.Int32 | height |
Properties
Height
Declaration
public int Height { get; set; }
Property Value
Type |
---|
System.Int32 |
Width
Declaration
public int Width { get; set; }
Property Value
Type |
---|
System.Int32 |