This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbol Interface > ISymbol.SetupDC Method (ArcObjects .NET 10.4 SDK) |
Prepares the DC for drawing the symbol.
[Visual Basic .NET] Public Sub SetupDC ( _ ByVal hDC As Integer, _ ByVal Transformation As ITransformation _ )
[C#] public void SetupDC ( int hDC, ITransformation Transformation );
[C++]
HRESULT SetupDC(
long hDC,
ITransformation* Transformation
);
[C++]
Parameters hDC [in] hDC is a parameter of type long Transformation [in]
Transformation is a parameter of type ITransformation