DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasNative | Methods | Properties
Return rendering context native to current renderer.
// C# public ITBaseObject CanvasNative();
' VisualBasic Public Function CanvasNative() As ITBaseObject
// Oxygene public function CanvasNative : ITBaseObject;
Type | Description |
---|---|
ITBaseObject | Canvas object specific for current renderer object. |
Use of this function to access native API directly is not recommended. Please treat is last option if custom drawing can not be achieved in any other way. Using Canvas* methods like CanvasDrawLine is a recommend way to guarantee that same code will work on any renderer and on any supported operating system.
If you decide to use it anyway: