CISampler.FromImage Method
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.
Overloads
| Name | Description |
|---|---|
| FromImage(CIImage) |
Creates a new CISampler from the |
| FromImage(CIImage, CISamplerOptions) |
Creates a new CISampler from the |
FromImage(CIImage)
Creates a new CISampler from the sourceImage.
[Foundation.Export("samplerWithImage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CISampler FromImage(CoreImage.CIImage sourceImage);
[<Foundation.Export("samplerWithImage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromImage : CoreImage.CIImage -> CoreImage.CISampler
Parameters
- sourceImage
- CIImage
Returns
- Attributes
Applies to
FromImage(CIImage, CISamplerOptions)
Creates a new CISampler from the sourceImage with options.
public CoreImage.CISampler FromImage(CoreImage.CIImage sourceImage, CoreImage.CISamplerOptions? options);
member this.FromImage : CoreImage.CIImage * CoreImage.CISamplerOptions -> CoreImage.CISampler
Parameters
- sourceImage
- CIImage
- options
- CISamplerOptions