DK11 for Java | tatukgis.jdk.TGIS_Shape.PrepareContourInternal | Constructors | Fields | Methods | Properties
Prepare contour bitmap (for internal TGIS_Topology purposes).
// Java public void PrepareContourInternal( int _size, bool _outline, /* ref */ @ValueTypeParameter VarParameter<int[]> _pixels, /* ref */ @ValueTypeParameter VarParameter<double> _scale, /* ref */ @ValueTypeParameter VarParameter<TPoint> _offset );
// Oxygene public procedure PrepareContourInternal( _size : Integer; _outline : Boolean; var _pixels : TGIS_Pixels; var _scale : Double; var _offset : TPoint );
Name | Type | Description |
---|---|---|
_size | int Integer | width and height of bitmap |
_outline | bool Boolean | if true then contour for polygons will be drawn with outlines (borders) |
_pixels | int[] TGIS_Pixels | newly allocated bitmap |
_scale | double Double | shape size in pixels divided by the shape size in map units |
_offset | TPoint | offset of shape within bitmap caused by map placement, margins etc. |