Table of Contents

Class CSize

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

大小(图像)

public class CSize
Inheritance
CSize
Inherited Members
Extension Methods

Constructors

CSize()

构造

public CSize()

CSize(int, int)

构造

public CSize(int widht, int height)

Parameters

widht int

宽度

height int

高度

Properties

Height

高度

public int Height { get; set; }

Property Value

int

Null

空值

public static CSize Null { get; }

Property Value

CSize

Width

宽度

public int Width { get; set; }

Property Value

int