Table of Contents

Class Point3Model

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

点模型

public sealed class Point3Model
Inheritance
Point3Model
Inherited Members
Extension Methods

Constructors

Point3Model(CPoint3[], float?, float?, WindowColor?)

构造

public Point3Model(CPoint3[] points, float? size, float? opacity, WindowColor? color)

Parameters

points CPoint3[]
size float?
opacity float?
color WindowColor?

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

Opacity

透明度

public float? Opacity { get; set; }

Property Value

float?

Points

点集合

public CPoint3[] Points { get; set; }

Property Value

CPoint3[]

Size

大小

public float? Size { get; set; }

Property Value

float?