Udostępnij za pośrednictwem


TransformedBitmap Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TransformedBitmap.

Przeciążenia

TransformedBitmap()

Inicjuje nowe wystąpienie klasy TransformedBitmap.

TransformedBitmap(BitmapSource, Transform)

Inicjuje TransformedBitmap nowe wystąpienie klasy o określonej wartości Source i Transform.

TransformedBitmap()

Inicjuje nowe wystąpienie klasy TransformedBitmap.

public:
 TransformedBitmap();
public TransformedBitmap ();
Public Sub New ()

Uwagi

TransformedBitmap implementuje interfejs w ISupportInitialize celu optymalizacji inicjowania na wielu właściwościach. Aby zainicjować TransformedBitmap utworzony przy użyciu tego konstruktora, należy wykonać inicjowanie właściwości między wywołaniami BeginInit i .EndInit

Dotyczy

TransformedBitmap(BitmapSource, Transform)

Inicjuje TransformedBitmap nowe wystąpienie klasy o określonej wartości Source i Transform.

public:
 TransformedBitmap(System::Windows::Media::Imaging::BitmapSource ^ source, System::Windows::Media::Transform ^ newTransform);
public TransformedBitmap (System.Windows.Media.Imaging.BitmapSource source, System.Windows.Media.Transform newTransform);
new System.Windows.Media.Imaging.TransformedBitmap : System.Windows.Media.Imaging.BitmapSource * System.Windows.Media.Transform -> System.Windows.Media.Imaging.TransformedBitmap
Public Sub New (source As BitmapSource, newTransform As Transform)

Parametry

source
BitmapSource

TransformedBitmap Nowe Source wystąpienie.

newTransform
Transform

TransformedBitmap Nowe Transform wystąpienie.

Wyjątki

Parametr source to null.

Parametr newTransform to null.

-lub- Transformacja nie jest transformacją ortogonalną.

Uwagi

TransformedBitmap obiekty utworzone przy użyciu tego konstruktora są automatycznie inicjowane. Po zainicjowaniu zmiany właściwości są ignorowane.

Dotyczy