CGImageOptions Class

Definition

Use an instance of this class to configure the CGImageSource.

public class CGImageOptions
type CGImageOptions = class
Inheritance
CGImageOptions
Derived

Constructors

CGImageOptions()

Default constructor.

Properties

BestGuessTypeIdentifier

Provides the best guess for the file format that is going to be loaded.

ShouldAllowFloat

Determines whether the image loaded will use floating point values for its components (if the source image has them).

ShouldCache

Determines whether the loaded image should be cached.

ShouldCacheImmediately

Applies to