AbstractSize.Invert(Size) Método

Definição

Retorna uma estrutura de tamanho com as propriedades width e Height da entrada permutadas.

public:
 static System::Windows::Size Invert(System::Windows::Size size);
public static System.Windows.Size Invert (System.Windows.Size size);
static member Invert : System.Windows.Size -> System.Windows.Size
Public Shared Function Invert (size As Size) As Size

Parâmetros

size
Size

O tamanho original.

Retornos

Size

O tamanho alternado.

Aplica-se a