CADability dotNET
The location oth the lower baseline of the bitmap

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

Syntax

C#
public GeoVector DirectionWidth { get; set; }
Visual Basic
Public Property DirectionWidth As GeoVector
	Get
	Set
Visual C++
public:
property GeoVector DirectionWidth {
	GeoVector get ();
	void set (GeoVector value);
}

See Also