Class RectEntry
Rectangle or Ellipse annotation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class RectEntry : EntryBase
Constructors
RectEntry()
Creates a new instance of this class
Declaration
public RectEntry()
Properties
Ellipse
True if annotation is elipse defined into rectangle.
Declaration
public bool Ellipse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FillColor
Fill color of the annotation.
Declaration
public string FillColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Filled
Define if rectangle is solid.
Declaration
public bool Filled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Location
Location of the annotation.
Declaration
public AnnotationRectangle Location { get; set; }
Property Value
Type | Description |
---|---|
AnnotationRectangle |