CoreWebView2PointerInfo.HimetricLocationRaw Property

Definition

Gets or sets the HimetricLocationRaw of the pointer event.

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

Property Value

Remarks

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

Applies to