AppWindowTitleBar.SetDragRectangles(RectInt32[]) Methode

Definition

Legt die Ziehbereiche für das Fenster fest.

public:
 virtual void SetDragRectangles(Platform::Array <RectInt32> ^ value) = SetDragRectangles;
void SetDragRectangles(winrt::array_view <RectInt32> const& value);
/// [Windows.Foundation.Metadata.Deprecated("Use Microsoft.UI.Input.InputNonClientPointerSource.ConfigureRegion instead of SetDragRectangles.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65540, "Microsoft.Foundation.WindowsAppSDKContract")]
void SetDragRectangles(winrt::array_view <RectInt32> const& value);
public void SetDragRectangles(RectInt32[] value);
[Windows.Foundation.Metadata.Deprecated("Use Microsoft.UI.Input.InputNonClientPointerSource.ConfigureRegion instead of SetDragRectangles.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65540, "Microsoft.Foundation.WindowsAppSDKContract")]
public void SetDragRectangles(RectInt32[] value);
function setDragRectangles(value)
Public Sub SetDragRectangles (value As RectInt32())

Parameter

value
RectInt32[]

Ein Array von RectInt32, wobei sich jedes Rechteck innerhalb des Clientbereichs des Fensters befinden muss, zu dem die Titelleiste gehört.

Attribute

Gilt für:

Weitere Informationen