PointOptions PointOptions PointOptions PointOptions Enum

Definition

Defines options for specifying or retrieving a point.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

public : enum class PointOptionspublic enum PointOptionsPublic Enum PointOptions// You can use this enum in JavaScript.
Attributes
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

AllowOffClient AllowOffClient AllowOffClient AllowOffClient

Allow points outside of the client area.

ClientCoordinates ClientCoordinates ClientCoordinates ClientCoordinates

Return client coordinates instead of screen coordinates.

IncludeInset IncludeInset IncludeInset IncludeInset

Add left and top insets to the left and top coordinates of the rectangle, and subtract right and bottom insets from the right and bottom coordinates.

NoHorizontalScroll NoHorizontalScroll NoHorizontalScroll NoHorizontalScroll

Horizontal scrolling is disabled.

None None None None

No options.

NoVerticalScroll NoVerticalScroll NoVerticalScroll NoVerticalScroll

Vertical scrolling is disabled.

Start Start Start Start

The start position of the text range.

Transform Transform Transform Transform

Transform coordinates using a world transform supplied by the host app.