CADability dotNET
The location of the left side of the bitmap

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

Syntax

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

See Also