Desktop Functions: Smart Device Functions:
|
Search Results for "PointL" in [All]Structures1: DEVMODE
public POINTL dmPosition;
Public dmPositionX As Integer ' Using a PointL Struct does not work
struct POINTL POINTL was incorrectly declared to use longs instead of ints, this has been fixed.
public POINTL dmPosition;
public System.Drawing.Point pointl;
Public pointl As System.Drawing.Point
public Point pointl;
Public pointl As Point user32First i tried it with a PointL struct dmPosition.x and dmPosition.y until i luckily found this page: 5: PointL
|