CIImage.ImageByCroppingToRect(CGRect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將這個 CIImage 裁剪為矩形 r
,以建立新的影像。
[Foundation.Export("imageByCroppingToRect:")]
public virtual CoreImage.CIImage ImageByCroppingToRect (CoreGraphics.CGRect r);
abstract member ImageByCroppingToRect : CoreGraphics.CGRect -> CoreImage.CIImage
override this.ImageByCroppingToRect : CoreGraphics.CGRect -> CoreImage.CIImage
參數
- r
- CGRect
傳回
- 屬性