Share

Autodesk.AutoCAD.Windows.ToolPalette.POINTL Structure

Description

This .NET struct wraps the POINTL struct of the Windows API. Gives the current cursor coordinates in screen coordinates, whether x or y coordinate.

Visual Basic

Public Structure POINTL
End Structure

C#

public struct POINTL {
}

Was this information helpful?