Class Stroke
Sequence of points that define a PloyLine.
Inheritance
System.Object
Stroke
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Stroke : object
Constructors
Stroke()
Creates a new instance of this class
Declaration
public Stroke()
Properties
_do_not_use
Declaration
public bool _do_not_use { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Point
Sequence of points that define a PloyLine.
Declaration
public List<AnnotationPoint> Point { get; set; }
Property Value
Type | Description |
---|---|
List<AnnotationPoint> |