Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
CropFrame ( |
public static ClearCache ( string imagePath ) : void | ||
imagePath | string | |
return | void |
public static GetOrLoadFrame ( string imagePath, |
||
imagePath | string | |
srcRect | ||
return | System.Windows.Media.Imaging.WriteableBitmap |
public static GetOrLoadFrameGrayscale ( string imagePath, |
||
imagePath | string | |
srcRect | ||
return | System.Windows.Media.Imaging.WriteableBitmap |
public static GetOrLoadImage ( string absolutePath ) : System.Windows.Media.Imaging.BitmapSource | ||
absolutePath | string | |
return | System.Windows.Media.Imaging.BitmapSource |
public static GetOrLoadImageGrayscale ( string absolutePath ) : System.Windows.Media.Imaging.BitmapSource | ||
absolutePath | string | |
return | System.Windows.Media.Imaging.BitmapSource |
public static GetResource ( string name ) : |
||
name | string | |
return |
public static InsertSource ( string imagePath, System.Windows.Media.Imaging.BitmapSource source ) : void | ||
imagePath | string | |
source | System.Windows.Media.Imaging.BitmapSource | |
return | 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 | |
return | System.Windows.Media.Imaging.WriteableBitmap |