DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_Control3D | Classes | Constructors | Methods | Properties
A component which allows easy control of the 3D view inside a TGIS_ViewerWnd component instance.
Available also on: Delphi FMX | ActiveX.
// C# public class TGIS_Control3D : Panel, IGIS_Subscribe { }
' VisualBasic Public Class TGIS_Control3D Inherits Panel Implements IGIS_Subscribe End Class
// Oxygene type [ToolboxItem(True)] [ToolboxBitmap(typeOf(TGIS_Control3D))] [Description('3D view controller.')] TGIS_Control3D = public class( Panel, IGIS_Subscribe ) end;
→ Panel
Name | Visibility | Description | |
---|---|---|---|
Dispose | protected | ||
SubscribedEvent | public | Subscriber notification event. (Implements IGIS_Subscribe.SubscribedEvent) |
|
Name | Visibility | Description | |
---|---|---|---|
AutoSize | public | If true the size of the component is being automatically adjusted. | |
GIS_Viewer | public | Attached TGIS_ViewerWnd component instance. | |
Mode | public | Defines the purpose of mouse actions. | |
Options | public | Defines which controls are to be displayed within the component. | |
RightToLeftFromTranslation | public | Decides where use RightToLeft from property or from translation | |