Eyeshot 9.0 WPF API Reference
PrepareText Method (Dimension)

WPF Assembly > devDept.Eyeshot.Entities Namespace > Dimension Class : PrepareText Method
Syntax
'Declaration
 
Protected Overrides Sub PrepareText( _
   ByVal myText As String, _
   ByVal data As RegenParams, _
   ByRef widthFactor As Double, _
   ByRef width As Double, _
   ByRef descend As Double, _
   ByRef boxMin As Point3D, _
   ByRef boxMax As Point3D _
) 
protected override void PrepareText( 
   string myText,
   RegenParams data,
   ref double widthFactor,
   out double width,
   out double descend,
   out Point3D boxMin,
   out Point3D boxMax
)

Parameters

myText
data
widthFactor
width
descend
boxMin
boxMax
See Also

Reference

Dimension Class
Dimension Members