CADability dotNET
Sets the Data of the Bitmap.

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

Syntax

C#
public void Set(
	Bitmap bitmap,
	GeoPoint location,
	GeoVector directionWidth,
	GeoVector directionHeight
)
Visual Basic
Public Sub Set ( _
	bitmap As Bitmap, _
	location As GeoPoint, _
	directionWidth As GeoVector, _
	directionHeight As GeoVector _
)
Visual C++
public:
void Set(
	Bitmap^ bitmap, 
	GeoPoint location, 
	GeoVector directionWidth, 
	GeoVector directionHeight
)

Parameters

bitmap
Type: System.Drawing..::..Bitmap
The bitmap to be displayed
location
Type: CADability..::..GeoPoint
Position where the lower left point of the bitmap will be displayed
directionWidth
Type: CADability..::..GeoVector
Vector specifying the baseline of the bitmap
directionHeight
Type: CADability..::..GeoVector
Vector specifying the left side of the bitmap

See Also