共用方式為


CIContext_CIRenderDestination.PrepareRender 方法

定義

[Foundation.Export("prepareRender:fromRect:toDestination:atPoint:error:")]
public static bool PrepareRender (this CoreImage.CIContext This, CoreImage.CIImage image, CoreGraphics.CGRect fromRect, CoreImage.CIRenderDestination destination, CoreGraphics.CGPoint atPoint, out Foundation.NSError error);
static member PrepareRender : CoreImage.CIContext * CoreImage.CIImage * CoreGraphics.CGRect * CoreImage.CIRenderDestination * CoreGraphics.CGPoint *  -> bool

參數

This
CIContext

這個方法運作所在的 實例。

image
CIImage
fromRect
CGRect
destination
CIRenderDestination
atPoint
CGPoint
error
NSError

即將加入。

這個參數可以是 null

傳回

屬性

適用於