SKPictureImageSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a SKPicture image source.
public sealed class SKPictureImageSource : Xamarin.Forms.ImageSource
- Inheritance
-
SKPictureImageSource
Constructors
SKPictureImageSource() |
Creates a new instance of SKPictureImageSource. |
Fields
DimensionsProperty |
Identifies the Dimensions dependency property. |
PictureProperty |
Identifies the Picture dependency property. |
Properties
Dimensions |
Gets or sets the dimensions of the underlying picture. |
Picture |
Gets or sets the underlying SKImage of the image source. |
Methods
Cancel() |
Request a cancel of the ImageSource loading. |
Operators
Explicit(SKPictureImageSource to SKPicture) |
Allows explicit casting to a SKPicture. |