 | CSYSSetCursor Method |
Set the cursor on the display.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void SetCursor(
CGXNETCore gxNetShared,
string cursor
)
public static void SetCursor(
CGXNETCore gxNetShared,
string cursor
)
Public Shared Sub SetCursor (
gxNetShared As CGXNETCore,
cursor As String
)
Public Shared Sub SetCursor (
gxNetShared As CGXNETCore,
cursor As String
)
public:
static void SetCursor(
CGXNETCore^ gxNetShared,
String^ cursor
)
public:
static void SetCursor(
CGXNETCore^ gxNetShared,
String^ cursor
)
static member SetCursor :
gxNetShared : CGXNETCore *
cursor : string -> unit
static member SetCursor :
gxNetShared : CGXNETCore *
cursor : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - cursor
- Type: SystemString
Cursor Names
Remarks
Possible Cursors:
Normal, Horiz, Vert, Moving, Cross, Hand, NoEdit, Sun,
View, Group, ViewSel, GroupSel, BoxSelect, Shadow, Link,
Line, PolyLine, Polygon, Ellipse, Rectangle, Text, Symbol,
Zoom, Pan, Rotate, InteractiveZoom, PolyFill, GetFill,
SnapPoint, SnapLine, SnapOnPoint, SnapOnLine, NPolygon,
ExcludeRect, ExcludePoly, ExcludeNPoly, AddVertex, DelVertex, GeneralAdd and GeneralDelete
See Also