This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationMarker Interface > IRepresentationMarker.Draw Method (ArcObjects .NET 10.4 SDK) |
Draws the representation marker.
[Visual Basic .NET] Public Sub Draw ( _ ByVal context As IOutputContext, _ ByVal transfo As IAffineTransformation2D, _ ByVal envelope As IEnvelope _ )
[C#] public void Draw ( IOutputContext context, IAffineTransformation2D transfo, IEnvelope envelope );
[C++]
HRESULT Draw(
IOutputContext* context,
IAffineTransformation2D* transfo,
IEnvelope* envelope
);
[C++]
Parameters context [in]
context is a parameter of type IOutputContext transfo [in]
transfo is a parameter of type IAffineTransformation2D envelope [in]
envelope is a parameter of type IEnvelope