ArcObjects Library Reference  (Display)    

ISymbol.SetupDC Method

Prepares the DC for drawing the symbol.

[Visual Basic 6.0]
Sub SetupDC(
    ByVal hDC As OLE_HANDLE, _
    ByVal Transformation As ITransformation _
)
[Visual Basic .NET]
Public Sub SetupDC ( _
    ByVal hDC As Integer, _
    ByVal Transformation As ITransformation _
)
[C#]
public void SetupDC (
    int hDC,
    ITransformation Transformation
);
[Java]
public void setupDC (
    int hDC,
    ITransformation Transformation
)
throws
    IOException,
    AutomationException
[C++]
HRESULT SetupDC(
  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

Product Availability

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

See Also

ISymbol Interface

 


Feedback Send feedback on this page