GeneralTransformCollection.Remove(GeneralTransform) Método

Definição

public:
 virtual bool Remove(System::Windows::Media::GeneralTransform ^ value);
public bool Remove (System.Windows.Media.GeneralTransform value);
abstract member Remove : System.Windows.Media.GeneralTransform -> bool
override this.Remove : System.Windows.Media.GeneralTransform -> bool
Public Function Remove (value As GeneralTransform) As Boolean

Parâmetros

value
GeneralTransform

O objeto a ser removido.

Retornos

true se value foi excluído com êxito; caso contrário false.

Implementações

Exceções

O GeneralTransformCollection é somente leitura.

- ou -

O GeneralTransformCollection tem um tamanho fixo.

Aplica-se a

Confira também