[ILNumerics Visualization Engine]
ILNumerics.DrawingNode
ILNumerics.DrawingDrawable
ILNumerics.DrawingLabel
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
The Label type exposes the following members.
| Name | Description | |
|---|---|---|
| Label(Label) |
Copy constructor
[ILNumerics Visualization Engine] | |
| Label(String, Object) | Initializes a new instance of the Label class |
| Name | Description | |
|---|---|---|
| Anchor |
Anchor position of the label. This point determines where the Position is located relative to the label's extent.
[ILNumerics Visualization Engine] | |
| Color |
Any color (except null) will override individual object vertex colors.
(Inherited from Drawable.)[ILNumerics Visualization Engine] | |
| DefaultFont |
Default font for new label objects
[ILNumerics Visualization Engine] | |
| Font |
The system font used to render the label's text.
[ILNumerics Visualization Engine] | |
| Fringe |
Provides access to the fringe object, supporting the rendering on low-contrast background.
[ILNumerics Visualization Engine] | |
| ID |
Unique ID for the node within the scene
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Interpreter |
The interpreter object used to transform TeX expressions embedded into the Text into formatting commands / glyphs.
[ILNumerics Visualization Engine] | |
| IsSynchedNode | (Inherited from Node.) | |
| Markable |
Determines, if this node can be marked by the user
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Marked |
Marked state for the node
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Parent |
Get the parent of this node or null, if this node is a root node
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| PickingID |
If set to a valid shape ID, that shape will be marked in picking operations insted of this shape.
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Position |
Position of the label inside the current viewport. Relative unit, range [0...1].
[ILNumerics Visualization Engine] | |
| Rotation |
Radian value to rotate the label on the plane parallel to the screen.
[ILNumerics Visualization Engine] | |
| SynchedVersion |
The version of the sync source from the last synchronization.
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Tag |
Object tag used to identify the node within the scene
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Text |
The text to be displayed by the label. May includes simple TeX expressions.
[ILNumerics Visualization Engine] | |
| Version |
Modification version of this node, gets incremented at every change
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Visible |
Determines, if this node is visible or sets the visible state
(Inherited from Node.)[ILNumerics Visualization Engine] |
| Name | Description | |
|---|---|---|
| BeginVisit |
handle transformations before visiting the node
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Configure | (Inherited from Node.) | |
| Copy | (Overrides NodeCopy.) | |
| CreateSynchedCopy | (Overrides NodeCreateSynchedCopy(Node).) | |
| Detach | (Overrides NodeDetach.) | |
| Dispose | Releases all resources used by the Label (Overrides NodeDispose.) | |
| EndVisit | (Inherited from Node.) | |
| GetPosition | (Overrides DrawableGetPosition.) | |
| MeasureSize |
Measures the size in screen pixels of the current label state
[ILNumerics Visualization Engine] | |
| OnDisposing | (Inherited from Node.) | |
| OnMouseClick | (Inherited from Node.) | |
| OnMouseDoubleClick | (Inherited from Node.) | |
| OnMouseDown | (Inherited from Node.) | |
| OnMouseEnter | (Inherited from Node.) | |
| OnMouseLeave | (Inherited from Node.) | |
| OnMouseMove | (Inherited from Node.) | |
| OnMouseUp | (Inherited from Node.) | |
| OnMouseWheel | (Inherited from Node.) | |
| OnPropertyChanged | (Inherited from Node.) | |
| RaiseMouseClick | (Inherited from Node.) | |
| RaiseMouseDoubleClick | (Inherited from Node.) | |
| RaiseMouseDown | (Inherited from Node.) | |
| RaiseMouseEnter | (Inherited from Node.) | |
| RaiseMouseLeave | (Inherited from Node.) | |
| RaiseMouseMove | (Inherited from Node.) | |
| RaiseMouseUp | (Inherited from Node.) | |
| RaiseMouseWheel | (Inherited from Node.) | |
| SetStyle | ||
| Synchronize | (Overrides DrawableSynchronize(Node, SyncParams).) | |
| ToString | (Overrides NodeToString.) | |
| VisitInternal | (Overrides NodeVisitInternal(RenderParameter).) |
| Name | Description | |
|---|---|---|
| Disposing |
Fires, before the node is getting disposed
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseClick |
Fires when the object is clicked
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseDoubleClick |
Fires when the object was double clicked
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseDown |
Fires when a mouse button was pressed over the object
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseEnter |
Fires when the mouse enters the object region
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseLeave |
Fires when the mouse leaves the object region
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseMove |
Fires when the mouse was moved over the object
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseUp |
Fires when a mouse button was released over the object
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseWheel |
Fires when the mouse wheel was moved over the object
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| PropertyChanged |
Fires on any property state changes
(Inherited from Node.)[ILNumerics Visualization Engine] |
| Name | Description | |
|---|---|---|
| DefaultTag | ||
| SmallFontTextRenderingHint |
Defines a hint for rendering font sizes < 16 points. Default: AntiAliasGridFit
|
[ILNumerics Visualization Engine]