Table of Contents

Class CSizeF

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

大小(图像)

public class CSizeF
Inheritance
CSizeF
Inherited Members
Extension Methods

Constructors

CSizeF()

构造

public CSizeF()

CSizeF(int, int)

构造

public CSizeF(int widht, int height)

Parameters

widht int

height int

Properties

Height

高度

public float Height { get; set; }

Property Value

float

Null

空值

public static CSizeF Null { get; }

Property Value

CSizeF

Width

宽度

public float Width { get; set; }

Property Value

float