SoAnnoText3GetCharacterBounds Method |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SbBox3f GetCharacterBounds(
SoState state,
int stringIndex,
int charIndex
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetCharacterBounds (
state As SoState,
stringIndex As Integer,
charIndex As Integer
) As SbBox3f
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SbBox3f GetCharacterBounds(
SoState^ state,
int stringIndex,
int charIndex
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetCharacterBounds :
state : SoState *
stringIndex : int *
charIndex : int -> SbBox3f
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- stringIndex
- Type: SystemInt32
- charIndex
- Type: SystemInt32
Return Value
Type:
SbBox3fRemarks See Also