DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.cursorShapeEx | Constructors | Fields | Methods | Properties | Events
Get current shape.
// C# protected virtual TGIS_Shape cursorShapeEx( int _cursor );
' VisualBasic Protected Overridable Function cursorShapeEx( ByVal _cursor As Integer ) As TGIS_Shape
// Oxygene protected function cursorShapeEx( _cursor : Integer ) : TGIS_Shape; virtual;
Name | Type | Description |
---|---|---|
_cursor | int Integer | cursor allocated by cursorOpen() |
Type | Description |
---|---|
TGIS_Shape | Shape itself or nil. |