public static class SKSurfaceExtensions
<ExtensionAttribute>
Public NotInheritable Class SKSurfaceExtensions
[ExtensionAttribute]
public ref class SKSurfaceExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SKSurfaceExtensions = class end
GetReadableBitmapData(SKSurface, SKColor, Byte) |
Gets a managed read-only accessor for an SKSurface instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too. |
GetReadableBitmapData(SKSurface, WorkingColorSpace, SKColor, Byte) |
Gets a managed read-only accessor for an SKSurface instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too. |
GetReadWriteBitmapData(SKSurface, SKColor, Byte) |
Gets a managed read-write accessor for an SKSurface instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too. |
GetReadWriteBitmapData(SKSurface, WorkingColorSpace, SKColor, Byte) |
Gets a managed read-write accessor for an SKSurface instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too. |
GetWritableBitmapData(SKSurface, SKColor, Byte) |
Gets a managed write-only accessor for an SKSurface instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too. |
GetWritableBitmapData(SKSurface, WorkingColorSpace, SKColor, Byte) |
Gets a managed write-only accessor for an SKSurface instance.
See the Remarks section of the BitmapExtensions.GetReadWriteBitmapData method for details and code samples. That method is for the GDI+ Bitmap type but the main principles apply for this method, too. |