Table of Contents

Class ShowPoint

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

显示十字点

public class ShowPoint
Inheritance
ShowPoint
Inherited Members
Extension Methods

Constructors

ShowPoint(CPointAngle, int, WindowColor?)

构造

public ShowPoint(CPointAngle position, int size, WindowColor? color)

Parameters

position CPointAngle

位置和角度

size int

大小

color WindowColor?

颜色

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

Position

位置和角度

public CPointAngle Position { get; set; }

Property Value

CPointAngle

Size

大小

public int Size { get; set; }

Property Value

int