CNiCursor::SetPosition

CNi

Class
CNiCursor::
SetPosition()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: operator =Next page: CNiCursor    
Public Function Declared in:
NiCursor.h

'Declaration' icon -- Shortcut to top of page. Declaration

void SetPosition(
    double xPosition,
    double yPosition);

'Description' icon -- Shortcut to top of page. Description

Sets the x and y axis positions of the cursor at the same time.

Notes:

1. The SnapMode affects the actual position of the cursor.

2. See the CNiCursor overview for information about using date/time values.

Shortcut to top of page. Parameters

double xPosition

The X coordinate of the cursor.

double yPosition

The Y coordinate of the cursor.

'See Also' icon -- Shortcut to top of page. See Also