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
Properties
Centroid
public Point Centroid { get; set; }
Property Value
R
public double R { get; set; }
Property Value
Stroke
public Stroke Stroke { get; set; }