Struct Size
Syntax
Constructors
Size(Int32, Int32)
Declaration
public Size(int width, int height)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
Fields
Empty
Declaration
public static readonly Size Empty
Field Value
Properties
Height
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|