This document is archived and information here might be outdated. Recommended version. |
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(
OLE_HANDLE hDC,
ITransformation* transformation
);
[C++] Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE 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.