CoreWebView2PointerInfo.PixelLocationRaw Property

Definition

Gets or sets the PixelLocationRaw of the pointer event.

public System.Drawing.Point PixelLocationRaw { get; set; }
member this.PixelLocationRaw : System.Drawing.Point with get, set
Public Property PixelLocationRaw As Point

Property Value

Remarks

This corresponds to the ptPixelLocationRaw property of the POINTER_INFO struct as defined in the Windows SDK (winuser.h).

Applies to