This document is archived and information here might be outdated. Recommended version. |
Called to initialize the operation.
[Visual Basic .NET] Public Sub Initialize ( _ ByVal pGeom As IGeometry, _ [ByVal option As Object] _ )
[C#] public void Initialize ( IGeometry pGeom, object option );
This method initializes the raster draw operation. The variant is a two dimensional array of points with type Double containing x and y information for each point. For example when drawing polygons the point array will contain the coordinates of the polygon vertices.
The draw operation is performed via IOperation on the drawing raster coclass.