AppWindowTitleBar.SetDragRectangles(RectInt32[]) Metodo

Definizione

Imposta le aree di trascinamento per la finestra.

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())

Parametri

value
RectInt32[]

Matrice di RectInt32, in cui ogni rettangolo deve trovarsi all'interno dell'area client della finestra a cui appartiene la barra del titolo.

Attributi

Si applica a

Vedi anche