[]
Creates a WriteableBitmap from the image.
public WriteableBitmap ToWriteableBitmap()
Type | Description |
---|---|
WriteableBitmap |
Creates a WriteableBitmap from a part of the image.
public WriteableBitmap ToWriteableBitmap(ImageRect srcRect)
Type | Name | Description |
---|---|---|
ImageRect | srcRect | The source rectangle within the image. |
Type | Description |
---|---|
WriteableBitmap |