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