Click or drag to resize

CursorDefinitionHotspot Property

The pixel where the cursor actually clicks. (0,0) is the top left corner. (1,1) is one pixel right, one pixel down. etc.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector2 Hotspot { get; }

Property Value

Type: Vector2
See Also