Table of Contents

Class CPointF

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

public class CPointF
Inheritance
CPointF
Inherited Members
Extension Methods

Constructors

CPointF()

构造

public CPointF()

CPointF(float, float)

构造

public CPointF(float row, float column)

Parameters

row float

column float

Properties

Column

public float Column { get; set; }

Property Value

float

Null

空值

public static CPointF Null { get; }

Property Value

CPointF

Row

public float Row { get; set; }

Property Value

float