User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_controlnortharrow

TGIS_ControlNorthArrow class

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.

Syntax

// 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;

Implements

Methods

Inherited Overrides Protected
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

Properties

Inherited Protected
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.

Remarks

Place this component on a form and connect GIS_Viewer to TGIS_ViewerWnd.

2024/04/28 01:04

Page Tools