[SerializableAttribute]
public class ZoneDefinition : INoteBase<SerializableAttribute>
Public Class ZoneDefinition
Inherits INoteBase[SerializableAttribute]
public ref class ZoneDefinition : public INoteBase[<SerializableAttribute>]
type ZoneDefinition =
class
inherit INoteBase
end| ZoneDefinition | Initializes a new instance of the ZoneDefinition class |
| AreaColor | |
| Bounds | |
| CanMoveAnchor |
Move the anchor point possible?
(Inherited from INoteBase) |
| CanMoveLabel |
Move the label location possible?
(Inherited from INoteBase) |
| ClientOffset |
The offset of this INote.
(Inherited from INoteBase) |
| Description | |
| ID | |
| IsPostPaintingNote |
Variable decides whether the note is drawn before or after the CAD data is drawn.
(Inherited from INoteBase) |
| ODBStringAreaDefinition | |
| ParentLayer |
Shown on which layer?
(Inherited from INoteBase) |
| StepName | |
| Surface | |
| Thickness | |
| TouchingComponents | |
| Visible |
Set this note visible of hidden.
(Inherited from INoteBase) |
| WorldLocation |
First location of this note in world coordinates
(Inherited from INoteBase) |
| WorldLocations |
Locations of this note in world coordinates.
(Inherited from INoteBase) |
| Clone | |
| Draw(Graphics, Double, PointD, PointD, Boolean, Boolean, MatrixD, Color) |
Draw this note in visible area.
(Inherited from INoteBase) |
| Draw(Graphics, Double, PointD, PointD, Boolean, Boolean, MatrixD, Color) | |
| HittestAnchor | (Overrides INoteBaseHittestAnchor(PointD, Double, Int32)) |
| HittestLabel | (Overrides INoteBaseHittestLabel(PointD, Double)) |
| InitZone | |
| IsPointIncluded | |
| MoveAnchor | (Overrides INoteBaseMoveAnchor(PointD, Int32)) |
| MoveLabel | (Overrides INoteBaseMoveLabel(PointD, Double)) |
| SetClickEvent | |
| StartDragging |
Start dragging the note.
(Inherited from INoteBase) |
| UpdateTouchingComponents |
| OriginalAnchorPointBeforeMove |
When a Anchor point is moved, this is the previous location before the move
(Inherited from INoteBase) |