CADability dotNET
Modifies the direction, size and aspect ratio of the text so that the text will fit inside the parallelogram defined by the provided parameters.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetBounds(
	GeoPoint ll,
	GeoPoint lr,
	GeoPoint ul
)
Visual Basic
Public Sub SetBounds ( _
	ll As GeoPoint, _
	lr As GeoPoint, _
	ul As GeoPoint _
)
Visual C++
public:
void SetBounds(
	GeoPoint ll, 
	GeoPoint lr, 
	GeoPoint ul
)

Parameters

ll
Type: CADability..::..GeoPoint
Point for the lower left position of the text
lr
Type: CADability..::..GeoPoint
Point for the lower right position of the text
ul
Type: CADability..::..GeoPoint
Point for the upper left position of the text

See Also