![]() | CMVIEWMeasureText Method |
Namespace: GeoEngine.Core.GXNetX
public void MeasureText( string text, ref double x_min, ref double y_min, ref double x_max, ref double y_max ) public void MeasureText( string text, ref double x_min, ref double y_min, ref double x_max, ref double y_max )
Public Sub MeasureText ( text As String, ByRef x_min As Double, ByRef y_min As Double, ByRef x_max As Double, ByRef y_max As Double ) Public Sub MeasureText ( text As String, ByRef x_min As Double, ByRef y_min As Double, ByRef x_max As Double, ByRef y_max As Double )
public: void MeasureText( String^ text, double% x_min, double% y_min, double% x_max, double% y_max ) public: void MeasureText( String^ text, double% x_min, double% y_min, double% x_max, double% y_max )
member MeasureText : text : string * x_min : float byref * y_min : float byref * x_max : float byref * y_max : float byref -> unit member MeasureText : text : string * x_min : float byref * y_min : float byref * x_max : float byref * y_max : float byref -> unit