Class CSize
大小(图像)
public class CSize
- Inheritance
-
CSize
- Inherited Members
- Extension Methods
Constructors
CSize()
构造
public CSize()
CSize(int, int)
构造
public CSize(int widht, int height)
Parameters
Properties
Height
高度
public int Height { get; set; }
Property Value
Null
空值
public static CSize Null { get; }
Property Value
Width
宽度
public int Width { get; set; }