DK for Java | tatukgis.jdk.IGIS_ViewerBmp.TileRect | Methods | Properties
Location of the bitmap over the entire rendered area (in pixels).
// Java public TRect getTileRect();
// Oxygene public property TileRect : TRect read;
| Type |
|---|
| TRect |
For tiled drawing it is a location of the bitmap on the final output. For non tiled drawing it is (0, 0, Width, Height).
For detailed discusssion see Tiled export and print.