This document is archived and information here might be outdated.  Recommended version.


IFillPattern.Draw Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IFillPattern.Draw Method

Draws the fill pattern.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal context As IOutputContext, _
    ByVal Geometry As IGeometry, _
    ByVal envelope As IEnvelope _
)
[C#]
public void Draw (
    IOutputContext context,
    IGeometry Geometry,
    IEnvelope envelope
);
[C++]
HRESULT Draw(
  IOutputContext* context,
  IGeometry* Geometry,
  IEnvelope* envelope
);
[C++]

Parameters context [in]
context is a parameter of type IOutputContext Geometry [in]
Geometry is a parameter of type IGeometry envelope [in]
envelope is a parameter of type IEnvelope

Product Availability

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

See Also

IFillPattern Interface