CoordinateSystemBase.CreateLabels (RenderContextBase, Point3D, String, Point3D, String, Point3D, String, Point3D, String, Viewport) Method

Creates the labels of the object.
Protected Overridable Sub CreateLabels( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal posLabelAxisX As Point3D, _ 
ByVal textAxisX As String, _ 
ByVal posLabelAxisY As Point3D, _ 
ByVal textAxisY As String, _ 
ByVal posLabelAxisZ As Point3D, _ 
ByVal textAxisZ As String, _ 
ByVal posLabelOrigin As Point3D, _ 
ByVal textOrigin As String, _ 
ByVal viewport As Viewport
)
This language is not supported or no code example is available.
protected virtual void CreateLabels( 
RenderContextBase renderContext
Point3D posLabelAxisX
string textAxisX
Point3D posLabelAxisY
string textAxisY
Point3D posLabelAxisZ
string textAxisZ
Point3D posLabelOrigin
string textOrigin
Viewport viewport 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

The render context

posLabelAxisX
Point3D

Position of the axis-X label

textAxisX
string

Text of the axis-X label

posLabelAxisY
Point3D

Position of the axis-Y label

textAxisY
string

Text of the axis-Y label

posLabelAxisZ
Point3D

Position of the axis-Z label

textAxisZ
string

Text of the axis-Z label

posLabelOrigin
Point3D

Position of the origin label

textOrigin
string

Text of the origin label

viewport
Viewport

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition