This document is archived and information here might be outdated.  Recommended version.


IGeometryDraw Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeometryDraw Interface
ArcGIS Developer Help

IGeometryDraw Interface

Provides access to members that convert a geometry into a sequence of Win32 drawing instructions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The GeometryDraw coclass is used to draw an IGeometry object to an IDisplay object.


The GeometryDraw object provides an alternative to using the ISymbol::Draw method, which draws a Symbol to a device context using a particular Geometry to provide the location.

Members

Name Description
Method Draw Draws the geometry.
Method QueryGeometryFromWin32Path Queries the geometry.

Classes that implement IGeometryDraw

Classes Description
GeometryDraw Converts a geometry to a sequence of Win32 drawing instructions.