OriginSymbol Class

Origin symbol settings.
Public Class OriginSymbol 
Inherits CoordinateSystemBase
This language is not supported or no code example is available.
public class OriginSymbol : CoordinateSystemBase
This language is not supported or no code example is available.
Name Description
Public constructor OriginSymbol(int, originSymbolStyleType, Color, Color, Color, Color, string, string, string, string, bool, Transformation) Obsolete. Deprecated constructor.
Public constructor OriginSymbol(int, originSymbolStyleType, Color, Color, Color, Color, string, string, string, string, bool, bool) Obsolete. Deprecated constructor.
Public constructor OriginSymbol(int, originSymbolStyleType, Color, Color, Color, Color, string, string, string, string, bool) Obsolete. Deprecated constructor.
Public constructor OriginSymbol(int, originSymbolStyleType, Color, Color, Color, Color, string, string, string, string, bool, Transformation, bool) Obsolete. Deprecated constructor.
Public constructor OriginSymbol(int, originSymbolStyleType, Font, Color, Color, Color, Color, string, string, string, string, bool, Transformation) Obsolete. Deprecated constructor.
Public constructor OriginSymbol(int, originSymbolStyleType, Font, Color, Color, Color, Color, string, string, string, string, bool, bool) Obsolete. Deprecated constructor.
Public constructor OriginSymbol(int, originSymbolStyleType, Font, Color, Color, Color, Color, string, string, string, string, bool) Obsolete. Deprecated constructor.
Public constructor OriginSymbol(int, originSymbolStyleType, Font, Color, Color, Color, Color, string, string, string, string, bool, Transformation, bool) Obsolete. Deprecated constructor.
Public constructor OriginSymbol(int, string, Transformation, bool) Obsolete. Deprecated constructor for OriginSumbols with StyleMode == originSymbolStyleType.CoordinateSystem.
Public constructor OriginSymbol() Empty constructor.
Public constructor OriginSymbol(OriginSymbol)
Public constructor OriginSymbol(int, originSymbolStyleType, Color, Color, Color, Color, Color, Color, Color, string, string, string, string, bool, Transformation, bool) Standard constructor.
Public constructor OriginSymbol(int, originSymbolStyleType, Font, Color, Color, Color, Color, Color, Color, Color, string, string, string, string, bool, Transformation, bool) Constructor for WinForms designer.
Top
Name Description
Public property ArrowColorX Gets or sets the color of the X axis arrow, applies only to the coordinate system style mode. (inherited from CoordinateSystemBase).
Public property ArrowColorY Gets or sets the color of the Y axis arrow, applies only to the coordinate system style mode. (inherited from CoordinateSystemBase).
Public property ArrowColorZ Gets or sets the color of the Z axis arrow, applies only to the coordinate system style mode. (inherited from CoordinateSystemBase).
Protected property CustomViewport Tells if the UI element is drawn with a custom viewport. (inherited from UserInterfaceBase).
Internal protected (Protected Friend) property Static DefaultArrowColorX
Internal protected (Protected Friend) property Static DefaultArrowColorY
Internal protected (Protected Friend) property Static DefaultArrowColorZ
Public property Disposed (inherited from DisposableBase).
Public property Entities Gets or sets the mesh entities used to draw the CoordinateSystemIcon. (inherited from UserInterfaceSymbolBase).
Public property FontFamily Gets or sets the label font family. (inherited from CoordinateSystemBase).
Public property FontSize Gets or sets the label font size. (inherited from CoordinateSystemBase).
Public property FontStyle Gets or sets the label font style. (inherited from CoordinateSystemBase).
Public property FontWeight Gets or sets the label font weight. (inherited from CoordinateSystemBase).
Protected property HasTextureCoords Tells if the element has texture coordinates.
Public property LabelAxisX Gets or sets the X axis label. (inherited from CoordinateSystemBase).
Public property LabelAxisY Gets or sets the Y axis label. (inherited from CoordinateSystemBase).
Public property LabelAxisZ Gets or sets the Z axis label. (inherited from CoordinateSystemBase).
Public property LabelColorName Gets or sets the label color when Lighting is true. (inherited from CoordinateSystemBase).
Public property LabelColorX Gets or sets the label color when Lighting is true. (inherited from CoordinateSystemBase).
Public property LabelColorY Gets or sets the label color when Lighting is true. (inherited from CoordinateSystemBase).
Public property LabelColorZ Gets or sets the label color when Lighting is true. (inherited from CoordinateSystemBase).
Public property LabelFont Gets or sets the label font. (inherited from CoordinateSystemBase).
Public property LabelOrigin Gets or sets the origin label. (inherited from CoordinateSystemBase).
Protected property LabelScale (inherited from CoordinateSystemBase).
Public property Lighting When false, the UI element is drawn with a flat color. (inherited from CoordinateSystemBase).
Protected property LocationAtOrigin When doing a render to Bitmap of the item, must not change the viewport origin. (inherited from UserInterfaceBase).
Internal protected (Protected Friend) property ParentViewport (inherited from UserInterfaceBase).
Public property Size Gets or sets the size in pixels. (inherited from UserInterfaceSymbolBase).
Public property StyleMode Gets or sets the symbol style.
Public property Transformation Gets or sets the transformation applied to the object. (inherited from UserInterfaceSymbolBase).
Public property Visible Gets or sets the visibility status. (inherited from UserInterfaceSymbolBase).
Top
Methods
 
Name Description
Internal protected (Protected Friend) method CheckAndFixDefaultLayerName(Environment) Use this method to check and fix the layer name for internal Meshes when the ui element is assigned to the Viewport. (inherited from UserInterfaceSymbolBase).
Public method Clone() Creates a new object that is a copy of the current instance.
Internal protected (Protected Friend) method CreateLabels(Viewport, RenderContextBase)
Public method Dispose() Releases unmanaged resources. (inherited from CoordinateSystemBase).
Public method Draw(RenderParams)
Protected method DrawForBitmap(object)
Internal protected (Protected Friend) method DrawInternal(DrawSceneParams)
Internal protected (Protected Friend) method DrawLabels(DrawSceneParams) (inherited from UserInterfaceSymbolBase).
Protected method DrawPlain(DrawParams) (inherited from CoordinateSystemBase).
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetBounds(Viewport) Gets the bounds rectangle in screen coordinates.
Internal protected (Protected Friend) method GetDefaultLayerName(Environment) Use this method to get the correct layer name for internal Meshes. (inherited from UserInterfaceBase).
Public method Static GetDefaultOriginSymbol() Gets the default OriginSymbol.
Protected method GetFullTransformation() Gets the full transformation of the UI element. (inherited from CoordinateSystemBase).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Protected method GetInitialTransformation() (inherited from CoordinateSystemBase).
Protected method GetModelViewMatrix(Camera, double) Gets the modelview matrix to draw the user interface symbol. (inherited from UserInterfaceSymbolBase).
Protected method GetScalingLevel() Gets the display's scale factor. (inherited from UserInterfaceSymbolBase).
Protected method GetScalingLevelRatio() Gets scaling level ratio used to get the correct font size. (inherited from UserInterfaceSymbolBase).
Public method GetThumbnail(Viewport, Size, Color) Gets a thumbnail bitmap of the user interface element.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Internal protected (Protected Friend) method ObservableCollectionPropertyChanged(object, NotifyCollectionChangedEventArgs) For internal use only. (inherited from DisposableBase).
Internal protected (Protected Friend) method OnMouseDown(MouseEventArgs, Viewport) Method called when the mouse is pressed on a UI element. (inherited from UserInterfaceSymbolBase).
Internal protected (Protected Friend) method OnMouseDown(MouseButtonEventArgs, Viewport) Method called when the mouse is pressed on a UI element. (inherited from UserInterfaceSymbolBase).
Internal protected (Protected Friend) method OnMouseUp(MouseEventArgs, Viewport) Method called when the mouse is released on a UI element. (inherited from UserInterfaceSymbolBase).
Internal protected (Protected Friend) method OnMouseUp(MouseButtonEventArgs, Viewport) Method called when the mouse is released on a UI element. (inherited from UserInterfaceSymbolBase).
Protected method OptimizedArrow(CompileParams, double, double, double, double) Removes vertices/triangles/normals on the base face. (inherited from CoordinateSystemBase).
Protected method PostDrawOnDepthBuffer(RenderContextBase) Restores previous states at the end of the draw on depth buffer. (inherited from UserInterfaceSymbolBase).
Protected method PreDrawOnDepthBuffer(RenderContextBase) Prepares to draw on the depth buffer. (inherited from UserInterfaceSymbolBase).
Protected method RaisePropertyChangedEvent(object, DependencyProperty) For internal use only. (inherited from DisposableBase).
Protected method ResetLabelFont() (inherited from CoordinateSystemBase).
Public method ScaleForDPI() Scales the element for high DPI settings. (inherited from CoordinateSystemBase).
Protected method SetupLights(Viewport, RenderContextBase, float) (inherited from UserInterfaceSymbolBase).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method Update(IUserInterfaceElement)
Protected method UpdateLabelFont(CoordinateSystemBase) (inherited from CoordinateSystemBase).
Protected method UpdateOriginLabelAlignment(OriginSymbol)
Internal protected (Protected Friend) method UpdateScreenToWorld(Viewport, int[])
Top
Events
 
Name Description
Public event PropertyChanged For internal use only. (inherited from DisposableBase).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field Dragging (inherited from UserInterfaceSymbolBase).
Public field Static FontFamilyProperty (inherited from CoordinateSystemBase).
Public field Static FontSizeProperty (inherited from CoordinateSystemBase).
Public field Static FontStyleProperty (inherited from CoordinateSystemBase).
Public field Static FontWeightProperty (inherited from CoordinateSystemBase).
Internal protected (Protected Friend) field PickedEntity The picked part. (inherited from UserInterfaceSymbolBase).
Public field Static PropertyChangedEvent For internal use only. (inherited from DisposableBase).
Protected field ballTexture (inherited from CoordinateSystemBase).
Protected field center (inherited from CoordinateSystemBase).
Protected field currentScale (inherited from CoordinateSystemBase).
Protected field disposeFont (inherited from CoordinateSystemBase).
Protected field drawArrow (inherited from CoordinateSystemBase).
Protected field drawSphere (inherited from CoordinateSystemBase).
Protected field osLabelAxisX (inherited from CoordinateSystemBase).
Protected field osLabelAxisY (inherited from CoordinateSystemBase).
Protected field osLabelAxisZ (inherited from CoordinateSystemBase).
Protected field osLabelOrigin (inherited from CoordinateSystemBase).
Protected field projMatrix (inherited from CoordinateSystemBase).
Top

.NET Framework

Supported in: 4.8

In this article

Definition