DK11 for ActiveX | TatukGIS_XDK11.TGIS_ControlNorthArrow | Classes | Methods | Properties
Visual control for displaying map North Arrow.
Available also on: Delphi FMX | .NET WinForms | Java | Python.
// C# public class TGIS_ControlNorthArrow : ITGIS_ControlNorthArrow, ITGIS_ControlNorthArrow_OCX, IGIS_PrintableControl, ITGIS_ControlNorthArrowEvents { }
' VisualBasic Public Class TGIS_ControlNorthArrow Implements ITGIS_ControlNorthArrow Implements ITGIS_ControlNorthArrow_OCX Implements IGIS_PrintableControl Implements ITGIS_ControlNorthArrowEvents End Class
// Oxygene type TGIS_ControlNorthArrow = public class end;
ITGIS_ControlNorthArrow ITGIS_ControlNorthArrow_OCX IGIS_PrintableControl ITGIS_ControlNorthArrowEvents
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) (Implements ITBaseObject.AttachDelphiObj) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) (Implements ITBaseObject.DelphiObj) |
|
Draw | public | Draw north arrow. | |
DrawBmp | public | Draw control on a provided bitmap | |
DrawBmp_2 | public | Draw control on a provided bitmap | |
OnClick | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnDblClick | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnKeyDown | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnKeyPress | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnKeyUp | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnMouseDown | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnMouseMove | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnMouseUp | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnMouseWheel | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnMouseWheelDown | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
OnMouseWheelUp | public | Standard VCL event. (Inherited from ITGIS_ControlNorthArrowEvents) |
|
PrintBmp | public | Print the control on the given bitmap. (Implements IGIS_PrintableControl.PrintBmp) |
|
PrintClipboard | public | Print control clipboard. | |
SubscribedEvent | public | ||
Name | Visibility | Description | |
---|---|---|---|
Bitmap | public | Bitmap. Valid only if control was created by Create with a parameter. | |
BorderStyle | public | Standard VCL property. | |
Color | public | Standard VCL property. | |
Color1 | public | Fill color. | |
Color2 | public | Outline color. | |
Font | public | Standard VCL property. | |
GIS_Bitmap | public | Bitmap. Valid only if control was created by Create with a parameter. | |
GIS_Viewer | public | Attached viewer. | |
Glow | public | Draw "glowing" shadow around the symbol. | |
Hidden | public | Turn control on/off. | |
Path | public | Symbol path. | |
Style | public | Symbol style, used if Path is empty. | |
Transparent | public | If True then the control will be drawn as transparent. | |
Visible | public | Use property Hidden instead. | |
Place this component on a form and connect GIS_Viewer to TGIS_ViewerWnd.