CGImageOptions.ShouldAllowFloat Property
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.
Determines whether the image loaded will use floating point values for its components (if the source image has them).
public bool ShouldAllowFloat { get; set; }
member this.ShouldAllowFloat : bool with get, set