Drawable.GetRaster Method
Copies all pixels in the drawable into a new Raster and returns it.
GetRaster()
Copies all pixels in the drawable into a new Raster and returns it.Syntax
public Raster GetRaster ()
Return Value
A new raster that contains a copy of the drawable.
Remarks
This method returns a new Raster instance that contains a copy of the image displayed by the drawable. This can be useful if you need to modify the contents before the raster is encoded into one of the supported image formats by calling Raster.GetImage or Raster.Save.
Platforms
Windows, Linux, Android