CGImageOptions 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.
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 |