DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ControlNorthArrow | Interfaces | Methods | Properties
Visual control for displaying map North Arrow.
Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.
// C# public interface ITGIS_ControlNorthArrow: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ControlNorthArrow Implements ITBaseObject End Class
// Oxygene type ITGIS_ControlNorthArrow = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Draw | public | Draw north arrow. | |
DrawBmp | public | Draw control on a provided bitmap | |
PrintBmp | public | Print the control on the given bitmap. | |
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_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.