This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeometryDraw Interface > IGeometryDraw.Draw Method (ArcObjects .NET 10.4 SDK) |
Draws the geometry.
[Visual Basic .NET] Public Sub Draw ( _ ByVal hDC As Integer, _ ByVal pGeometry As IGeometry, _ ByVal pTransformation As ITransformation, _ ByVal pVisibleBounds As IEnvelope _ )
[C#] public void Draw ( int hDC, IGeometry pGeometry, ITransformation pTransformation, IEnvelope pVisibleBounds );
[C++]
HRESULT Draw(
long hDC,
IGeometry* pGeometry,
ITransformation* pTransformation,
IEnvelope* pVisibleBounds
);
[C++]
Parameters hDC hDC is a parameter of type long pGeometry
pGeometry is a parameter of type IGeometry pTransformation
pTransformation is a parameter of type ITransformation pVisibleBounds
pVisibleBounds is a parameter of type IEnvelope