C# Class AcManager.Controls.CustomShowroom.CarTextureDialog.SharedBitmapSource

Inheritance: System.Windows.Media.Imaging.BitmapSource, IDisposable
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Clone ( ) : System.Windows.Media.Imaging.BitmapSource
CopyPixels ( System.Windows.Int32Rect sourceRect, Array pixels, int stride, int offset ) : void
Dispose ( ) : void
Resize ( int newWidth, int newHeight ) : System.Windows.Media.Imaging.BitmapSource
SharedBitmapSource ( Bitmap bitmap ) : System
SharedBitmapSource ( int width, int height, System sourceFormat ) : System

Méthodes protégées

Méthode Description
CreateInstanceCore ( ) : System.Windows.Freezable
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ConvertPixelFormat ( System sourceFormat ) : System.Windows.Media.PixelFormat

Method Details

Clone() public méthode

public Clone ( ) : System.Windows.Media.Imaging.BitmapSource
Résultat System.Windows.Media.Imaging.BitmapSource

CopyPixels() public méthode

public CopyPixels ( System.Windows.Int32Rect sourceRect, Array pixels, int stride, int offset ) : void
sourceRect System.Windows.Int32Rect
pixels System.Array
stride int
offset int
Résultat void

CreateInstanceCore() protected méthode

protected CreateInstanceCore ( ) : System.Windows.Freezable
Résultat System.Windows.Freezable

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Resize() public méthode

public Resize ( int newWidth, int newHeight ) : System.Windows.Media.Imaging.BitmapSource
newWidth int
newHeight int
Résultat System.Windows.Media.Imaging.BitmapSource

SharedBitmapSource() public méthode

public SharedBitmapSource ( Bitmap bitmap ) : System
bitmap System.Drawing.Bitmap
Résultat System

SharedBitmapSource() public méthode

public SharedBitmapSource ( int width, int height, System sourceFormat ) : System
width int
height int
sourceFormat System
Résultat System