메소드 | 설명 | |
---|---|---|
ClearCache ( string imagePath ) : void | ||
GetOrLoadFrame ( string imagePath, |
||
GetOrLoadFrameGrayscale ( string imagePath, |
||
GetOrLoadImage ( string absolutePath ) : System.Windows.Media.Imaging.BitmapSource | ||
GetOrLoadImageGrayscale ( string absolutePath ) : System.Windows.Media.Imaging.BitmapSource | ||
GetResource ( string name ) : |
||
InsertSource ( string imagePath, System.Windows.Media.Imaging.BitmapSource source ) : void | ||
Scale ( System.Windows.Media.Imaging.WriteableBitmap image, double scale ) : System.Windows.Media.Imaging.WriteableBitmap |
메소드 | 설명 | |
---|---|---|
CropFrame ( |
public static ClearCache ( string imagePath ) : void | ||
imagePath | string | |
리턴 | void |
public static GetOrLoadFrame ( string imagePath, |
||
imagePath | string | |
srcRect | ||
리턴 | System.Windows.Media.Imaging.WriteableBitmap |
public static GetOrLoadFrameGrayscale ( string imagePath, |
||
imagePath | string | |
srcRect | ||
리턴 | System.Windows.Media.Imaging.WriteableBitmap |
public static GetOrLoadImage ( string absolutePath ) : System.Windows.Media.Imaging.BitmapSource | ||
absolutePath | string | |
리턴 | System.Windows.Media.Imaging.BitmapSource |
public static GetOrLoadImageGrayscale ( string absolutePath ) : System.Windows.Media.Imaging.BitmapSource | ||
absolutePath | string | |
리턴 | System.Windows.Media.Imaging.BitmapSource |
public static GetResource ( string name ) : |
||
name | string | |
리턴 |
public static InsertSource ( string imagePath, System.Windows.Media.Imaging.BitmapSource source ) : void | ||
imagePath | string | |
source | System.Windows.Media.Imaging.BitmapSource | |
리턴 | void |
public static Scale ( System.Windows.Media.Imaging.WriteableBitmap image, double scale ) : System.Windows.Media.Imaging.WriteableBitmap | ||
image | System.Windows.Media.Imaging.WriteableBitmap | |
scale | double | |
리턴 | System.Windows.Media.Imaging.WriteableBitmap |