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
- Атрибуты