다음을 통해 공유


CIImage.Draw 메서드

정의

오버로드

Draw(CGPoint, CGRect, NSCompositingOperation, nfloat)
Draw(CGRect, CGRect, NSCompositingOperation, nfloat)

Draw(CGPoint, CGRect, NSCompositingOperation, nfloat)

[Foundation.Export("drawAtPoint:fromRect:operation:fraction:")]
public virtual void Draw (CoreGraphics.CGPoint point, CoreGraphics.CGRect srcRect, AppKit.NSCompositingOperation op, nfloat delta);
abstract member Draw : CoreGraphics.CGPoint * CoreGraphics.CGRect * AppKit.NSCompositingOperation * nfloat -> unit
override this.Draw : CoreGraphics.CGPoint * CoreGraphics.CGRect * AppKit.NSCompositingOperation * nfloat -> unit

매개 변수

point
CGPoint
srcRect
CGRect
delta
nfloat
특성

적용 대상

Draw(CGRect, CGRect, NSCompositingOperation, nfloat)

[Foundation.Export("drawInRect:fromRect:operation:fraction:")]
public virtual void Draw (CoreGraphics.CGRect dstRect, CoreGraphics.CGRect srcRect, AppKit.NSCompositingOperation op, nfloat delta);
abstract member Draw : CoreGraphics.CGRect * CoreGraphics.CGRect * AppKit.NSCompositingOperation * nfloat -> unit
override this.Draw : CoreGraphics.CGRect * CoreGraphics.CGRect * AppKit.NSCompositingOperation * nfloat -> unit

매개 변수

dstRect
CGRect
srcRect
CGRect
delta
nfloat
특성

적용 대상