public abstract class IDimensionNote : INotePublic MustInherit Class IDimensionNote
Inherits INotepublic ref class IDimensionNote abstract : public INote[<AbstractClassAttribute>]
type IDimensionNote =
class
inherit INote
end| IDimensionNote | Initializes a new instance of the IDimensionNote class |
| 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) |
| IsPostPaintingNote |
Variable decides whether the note is drawn before or after the CAD data is drawn.
(Inherited from INoteBase) |
| IsSelected | |
| ParentLayer |
Shown on which layer?
(Inherited from INoteBase) |
| TextRotation | |
| Type | |
| 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) |
| Draw |
Draw this note in visible area.
(Inherited from INote) |
| HittestAnchor | (Overrides INoteBaseHittestAnchor(PointD, Double, Int32)) |
| HittestLabel | (Overrides INoteBaseHittestLabel(PointD, Double)) |
| MoveAnchor | (Overrides INoteBaseMoveAnchor(PointD, Int32)) |
| MoveLabel | (Overrides INoteBaseMoveLabel(PointD, Double)) |
| StartDragging |
Start dragging the note.
(Inherited from INoteBase) |
| BackColor |
Back color for this INote.
(Inherited from INote) |
| BorderColor |
Color for the border of this INote.
(Inherited from INote) |
| FontName |
Name of the used font.
(Inherited from INote) |
| FontSize |
Size of the font.
(Inherited from INote) |
| ForeColor |
Fore color to show the text.
(Inherited from INote) |
| OriginalAnchorPointBeforeMove |
When a Anchor point is moved, this is the previous location before the move
(Inherited from INoteBase) |
| Tag |
Store an object in Tag.
(Inherited from INote) |
| Text |
Text to show on the INote.
(Inherited from INote) |