Eyeshot 10 WinForms API Reference
CreateLabels(RenderContextBase,Point3D,String,Point3D,String,Point3D,String,Point3D,String,Viewport) Method

WinForms Assembly > devDept.Eyeshot Namespace > CoordinateSystemBase Class > CreateLabels Method : CreateLabels(RenderContextBase,Point3D,String,Point3D,String,Point3D,String,Point3D,String,Viewport) Method
The render context
Position of the axis-X label
Text of the axis-X label
Position of the axis-Y label
Text of the axis-Y label
Position of the axis-Z label
Text of the axis-Z label
Position of the origin label
Text of the origin label
Creates the labels of the object.
Syntax
'Declaration
 
Protected Overloads 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 _
) 
protected virtual void CreateLabels( 
   RenderContextBase renderContext,
   Point3D posLabelAxisX,
   string textAxisX,
   Point3D posLabelAxisY,
   string textAxisY,
   Point3D posLabelAxisZ,
   string textAxisZ,
   Point3D posLabelOrigin,
   string textOrigin,
   Viewport viewport
)

Parameters

renderContext
The render context
posLabelAxisX
Position of the axis-X label
textAxisX
Text of the axis-X label
posLabelAxisY
Position of the axis-Y label
textAxisY
Text of the axis-Y label
posLabelAxisZ
Position of the axis-Z label
textAxisZ
Text of the axis-Z label
posLabelOrigin
Position of the origin label
textOrigin
Text of the origin label
viewport
See Also

Reference

CoordinateSystemBase Class
CoordinateSystemBase Members
Overload List