[]
Gets or sets the x-coordinates and y-coordinates of the window origin for the device context
public Point WindowOrigin { get; set; }
Type | Description |
---|---|
Point | A Point indicates the x-coordinates and y-coordinates of the window origin for the device context. |