Table of Contents

Class ShowCircle

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

显示圆

public class ShowCircle
Inheritance
ShowCircle
Inherited Members
Extension Methods

Constructors

ShowCircle(CCircle, WindowColor?)

构造

public ShowCircle(CCircle circle, WindowColor? color)

Parameters

circle CCircle

color WindowColor?

颜色

Properties

Circle

public CCircle Circle { get; set; }

Property Value

CCircle

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?