Class Point3Model
点模型
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
pointsCPoint3[]sizefloat?opacityfloat?colorWindowColor?
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Opacity
透明度
public float? Opacity { get; set; }
Property Value
Points
点集合
public CPoint3[] Points { get; set; }
Property Value
- CPoint3[]
Size
大小
public float? Size { get; set; }