Table of Contents

Class Circle

Namespace
Ink_Canvas.Helpers
Assembly
InkCanvasForClass.dll

图形识别类

public class Circle
Inheritance
Circle
Inherited Members

Constructors

Circle(Point, double, Stroke)

public Circle(Point centroid, double r, Stroke stroke)

Parameters

centroid Point
r double
stroke Stroke

Properties

Centroid

public Point Centroid { get; set; }

Property Value

Point

R

public double R { get; set; }

Property Value

double

Stroke

public Stroke Stroke { get; set; }

Property Value

Stroke