CADability dotNET
Displays the provided icon at the provided position. PrepareIcon(Bitmap) has been called or must be called before this method is called. The icon aleasy faces the viewer, no perspective of the projection is applied.

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

Syntax

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

Parameters

p
Type: CADability..::..GeoPoint
Where to draw the icon (world coordinates)
icon
Type: System.Drawing..::..Bitmap
The icon to draw

See Also