DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.PrintBmp | Overloads | Constructors | Methods | Properties | Events
Print the current content on a bitmap.
// Java public BufferedImage PrintBmp( Rectangle _rect, TGIS_Extent _extent, double _scale );
// Oxygene public function PrintBmp( _rect : Rectangle; _extent : TGIS_Extent; _scale : Double ) : BufferedImage; virtual;
Name | Type | Description |
---|---|---|
_rect | Rectangle | rectangle to be printed |
_extent | TGIS_Extent | map extent to be used |
_scale | double Double | scale factor used during print (for printing scale etc); if scale=0 then scale will be calculated automatically to fit the _extent |
Type | Description |
---|---|
BufferedImage | Viewer state on bitmap |