This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.Draw Method (ArcObjects .NET 10.4 SDK) |
Draws the dimension style.
[Visual Basic .NET] Public Sub Draw ( _ ByVal hDC As Integer, _ ByVal transformation As ITransformation _ )
[C#] public void Draw ( int hDC, ITransformation transformation );
[C++]
HRESULT Draw(
long hDC,
ITransformation* transformation
);
[C++]
Parameters hDC [in] hDC is a parameter of type long transformation [in]
transformation is a parameter of type ITransformation
The Draw method draws a dimension on the device context specified by the hDC parameter using the transformation specified in the pTransformation parameter.