DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.PrepareContourInternal | Methods | Properties
Prepare contour bitmap (for internal TGIS_Topology purposes).
// C# public void PrepareContourInternal( int _size, WordBool _outline, ref ITGIS_Pixels _pixels, ref double _scale, ref ITPoint _offset );
' VisualBasic Public Sub PrepareContourInternal( ByVal _size As Integer, ByVal _outline As WordBool, ByRef _pixels As ITGIS_Pixels, ByRef _scale As Double, ByRef _offset As ITPoint )
// Oxygene public procedure PrepareContourInternal( _size : Integer; _outline : WordBool; var _pixels : ITGIS_Pixels; var _scale : Double; var _offset : ITPoint );
Name | Type | Description |
---|---|---|
_size | int Integer | width and height of bitmap |
_outline | WordBool | if true then contour for polygons will be drawn with outlines (borders) |
_pixels | ITGIS_Pixels | newly allocated bitmap |
_scale | double Double | shape size in pixels divided by the shape size in map units |
_offset | ITPoint | offset of shape within bitmap caused by map placement, margins etc. |