ImageDataExtensions Class
Contains custom extension methods to use with ImageData type.
Namespace: DevCase.ThirdParty.FFMediaToolkitHelper.Extensions.ImageDataExtensionsAssembly: DevCase.net48.ThirdParty.FFMediaToolkitHelper (in DevCase.net48.ThirdParty.FFMediaToolkitHelper.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static class ImageDataExtensions
<ExtensionAttribute>
Public NotInheritable Class ImageDataExtensions
You do not need to declare an instance of a static class in order to access its members.
[ExtensionAttribute]
public ref class ImageDataExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ImageDataExtensions = class end
No code example is currently available or this language may not be supported.
- Inheritance
- Object ImageDataExtensions
ToBitmap
|
Converts the source ImageData to Bitmap.
|
ToBitmapSource
|
Converts the source ImageData to
BitmapSource.
|