CADability dotNET
Displays the provided bitmap at the provided location. The bitmap always faces the viewer. PrepareBitmap(Bitmap, Int32, Int32) has been called or must be called prior to this method.

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

Syntax

C#
void DisplayBitmap(
	GeoPoint p,
	Bitmap bitmap
)
Visual Basic
Sub DisplayBitmap ( _
	p As GeoPoint, _
	bitmap As Bitmap _
)
Visual C++
void DisplayBitmap(
	GeoPoint p, 
	Bitmap^ bitmap
)

Parameters

p
Type: CADability..::..GeoPoint
Where to Paint
bitmap
Type: System.Drawing..::..Bitmap
Th ebitmap to paint

See Also