FlyoutBase.DpiAwareHelper.PointToControl(Point, Point) Method
Namespace: DevExpress.Xpf.Editors.Flyout.Native
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| point | Point |
| monitorPoint | Point |
Returns
| Type |
|---|
| Point |
See Also
Namespace: DevExpress.Xpf.Editors.Flyout.Native
Assembly: DevExpress.Xpf.Core.v26.1.dll
public static Point PointToControl(
Point point,
Point monitorPoint
)
Public Shared Function PointToControl(
point As Point,
monitorPoint As Point
) As Point
| Name | Type |
|---|---|
| point | Point |
| monitorPoint | Point |
| Type |
|---|
| Point |