DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.TileRect | Methods | Properties
Rectangle of the rendering context (in pixels).
// C# public TRect TileRect { get {} }
' VisualBasic Public Property TileRect As TRect Get End Get End Property
// Oxygene public property TileRect : TRect read;
Type |
---|
TRect |
For tiled drawing it is a location of the tile on the final output. For non tiled drawing it is (0, 0, Width, Height).
For detailed discusssion see Tiled drawing.