C# Class MonoMac.CoreImage.CISampler

Mostrar archivo Open project: kangaroo/monomac

Public Methods

Method Description
CISampler ( MonoMac.CoreImage.CIImage sourceImage, CISamplerOptions options ) : MonoMac.Foundation
FromImage ( MonoMac.CoreImage.CIImage sourceImage, CISamplerOptions options ) : CISampler

Method Details

CISampler() public method

public CISampler ( MonoMac.CoreImage.CIImage sourceImage, CISamplerOptions options ) : MonoMac.Foundation
sourceImage MonoMac.CoreImage.CIImage
options CISamplerOptions
return MonoMac.Foundation

FromImage() public method

public FromImage ( MonoMac.CoreImage.CIImage sourceImage, CISamplerOptions options ) : CISampler
sourceImage MonoMac.CoreImage.CIImage
options CISamplerOptions
return CISampler