CIContext_CIRenderDestination.PrepareRender 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[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
傳回
- 屬性