C# 클래스 AcManager.Controls.CustomShowroom.CarTextureDialog.SharedBitmapSource

상속: System.Windows.Media.Imaging.BitmapSource, IDisposable
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateInstanceCore ( ) : System.Windows.Freezable
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ConvertPixelFormat ( System sourceFormat ) : System.Windows.Media.PixelFormat

메소드 상세

Clone() 공개 메소드

public Clone ( ) : System.Windows.Media.Imaging.BitmapSource
리턴 System.Windows.Media.Imaging.BitmapSource

CopyPixels() 공개 메소드

public CopyPixels ( System.Windows.Int32Rect sourceRect, Array pixels, int stride, int offset ) : void
sourceRect System.Windows.Int32Rect
pixels System.Array
stride int
offset int
리턴 void

CreateInstanceCore() 보호된 메소드

protected CreateInstanceCore ( ) : System.Windows.Freezable
리턴 System.Windows.Freezable

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Resize() 공개 메소드

public Resize ( int newWidth, int newHeight ) : System.Windows.Media.Imaging.BitmapSource
newWidth int
newHeight int
리턴 System.Windows.Media.Imaging.BitmapSource

SharedBitmapSource() 공개 메소드

public SharedBitmapSource ( Bitmap bitmap ) : System
bitmap System.Drawing.Bitmap
리턴 System

SharedBitmapSource() 공개 메소드

public SharedBitmapSource ( int width, int height, System sourceFormat ) : System
width int
height int
sourceFormat System
리턴 System