CADability dotNET
Helper method to paint a geoobject using the internal GDI resource cache and the projection of this modelview.

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

Syntax

C#
public void PaintGeoObject(
	PaintToGDIDeprecated paintTo,
	IGeoObject toPaint
)
Visual Basic
Public Sub PaintGeoObject ( _
	paintTo As PaintToGDIDeprecated, _
	toPaint As IGeoObject _
)
Visual C++
public:
void PaintGeoObject(
	PaintToGDIDeprecated^ paintTo, 
	IGeoObject^ toPaint
)

Parameters

paintTo
Type: CADability..::..PaintToGDIDeprecated
Where to paint
toPaint
Type: CADability.GeoObject..::..IGeoObject
IGeoObject to paint

See Also