This document is archived and information here might be outdated. Recommended version. |
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*