SetTextBoundsRange Method (DrawCanvas)
In This Topic
Set text top/bottom bounds range.
Syntax
'Declaration
Public Sub SetTextBoundsRange( _
ByVal As Single, _
ByVal As Single _
)
public void SetTextBoundsRange(
float ,
float
)
Parameters
- startPos
- endPos
See Also