DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PrintManager | Interfaces | Methods | Properties
Print manager used for VCL.
Available also on: Delphi FMX | .NET WinForms | ActiveX.
// C# public interface ITGIS_PrintManager: ITGIS_PrintManagerAbstract { }
' VisualBasic Public Interface ITGIS_PrintManager Implements ITGIS_PrintManagerAbstract End Class
// Oxygene type ITGIS_PrintManager = public interface( ITGIS_PrintManagerAbstract ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
ControlAutoCenterViewport | public | Move the screen origin of the map by delta values. | |
ControlCanvasHeight | public | Get canvas height. | |
ControlCanvasScale | public | Get canvas scale. | |
ControlCanvasWidth | public | Get canvas width. | |
ControlClose | public | Notify control that is map is going to be closed. | |
ControlDrawTexture | public | Draw texture. | |
ControlDrawTexture_2 | public | Draw texture. | |
ControlFlash | public | Do flash. | |
ControlHourglassHide | public | Do Hourglass hide. | |
ControlHourglassShake | public | Do Hourglass shake. | |
ControlHourglassShow | public | Do Hourglass show. | |
ControlProcessMessages | public | Do process messages. | |
ControlRaiseEditorChangeEvent | public | Raise event on editor change. | |
ControlRenderer | public | Get renderer instance. | |
ControlRepaint | public | Repaint control. | |
ControlSet3DMode | public | Set current 3D mode. | |
ControlSystemPPI | public | Get system PPI. | |
ControlUpdateBasemap | public | Update basemap. | |
ControlUpdateEditor | public | Update the editor. | |
ControlUpdateProgressive | public | Progressive update. | |
ControlUpdateSelection | public | Update Selection layer. | |
ControlUpdateSynchronize | public | Wait for pending paint operation to be finalized. | |
ControlUpdateTopmost | public | Update Topmost layer. | |
ControlUpdateWholeMap | public | Update whole map. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DrawControl | public | Print a control. (Inherited from ITGIS_PrintManagerAbstract) |
|
DrawControl_2 | public | Print a control. (Inherited from ITGIS_PrintManagerAbstract) |
|
DrawGraphic | public | Print a graphic. (Inherited from ITGIS_PrintManagerAbstract) |
|
DrawMap | public | Print a map given by the viewer using passed _printer. (Inherited from ITGIS_PrintManagerAbstract) |
|
DrawMap_2 | public | Print a map given by the viewer. (Inherited from ITGIS_PrintManagerAbstract) |
|
GetDrawingParams | public | Get the actual scale of the map to be printed. (Inherited from ITGIS_PrintManagerAbstract) |
|
GetViewer | public | Get internal viewer handle. | |
public | Print a map given by the viewer using default printer. (Inherited from ITGIS_PrintManagerAbstract) |
||
Print_2 | public | Print a map given by the viewer using passed _printer. (Inherited from ITGIS_PrintManagerAbstract) |
|
Print_3 | public | Print a map given by the viewer using passed _printer. (Inherited from ITGIS_PrintManagerAbstract) |
|
SetViewer | public | Set internal viewer handle. | |
Name | Visibility | Description | |
---|---|---|---|
Footer | public | Text for the footer that will appear on a printed page. (Inherited from ITGIS_PrintManagerAbstract) |
|
FooterFont | public | Font for the header that will appear on a printed page. (Inherited from ITGIS_PrintManagerAbstract) |
|
OverlappedExtentMargin | public | Margin (in pixels) to scan around a printed tile. (Inherited from ITGIS_PrintManagerAbstract) |
|
Printer | public | Printer object. | |
Subtitle | public | Text for the subtitle that will appear on a printed page. (Inherited from ITGIS_PrintManagerAbstract) |
|
SubtitleFont | public | Font for the subtitle that will appear on a printed page. (Inherited from ITGIS_PrintManagerAbstract) |
|
Template | public | Print template object. (Inherited from ITGIS_PrintManagerAbstract) |
|
TemporaryVisibleExtent | public | Area for rendered labels. (Inherited from ITGIS_PrintManagerAbstract) |
|
TileSize | public | Size of tile (in pixels) used when printing semitransparent layers. (Inherited from ITGIS_PrintManagerAbstract) |
|
Title | public | Text for the title that will appear on a printed page. (Inherited from ITGIS_PrintManagerAbstract) |
|
TitleFont | public | Font for the title that will appear on a printed page. (Inherited from ITGIS_PrintManagerAbstract) |
|