SKPictureImageSource Class

Definition

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.

Applies to