NSImageRep.DrawInRect 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DrawInRect(CGRect) | |
DrawInRect(CGRect, CGRect, NSCompositingOperation, nfloat, Boolean, NSDictionary) |
DrawInRect(CGRect)
[Foundation.Export("drawInRect:")]
public virtual bool DrawInRect (CoreGraphics.CGRect rect);
abstract member DrawInRect : CoreGraphics.CGRect -> bool
override this.DrawInRect : CoreGraphics.CGRect -> bool
매개 변수
- rect
- CGRect
반환
- 특성
적용 대상
DrawInRect(CGRect, CGRect, NSCompositingOperation, nfloat, Boolean, NSDictionary)
[Foundation.Export("drawInRect:fromRect:operation:fraction:respectFlipped:hints:")]
public virtual bool DrawInRect (CoreGraphics.CGRect dstSpacePortionRect, CoreGraphics.CGRect srcSpacePortionRect, AppKit.NSCompositingOperation op, nfloat requestedAlpha, bool respectContextIsFlipped, Foundation.NSDictionary hints);
abstract member DrawInRect : CoreGraphics.CGRect * CoreGraphics.CGRect * AppKit.NSCompositingOperation * nfloat * bool * Foundation.NSDictionary -> bool
override this.DrawInRect : CoreGraphics.CGRect * CoreGraphics.CGRect * AppKit.NSCompositingOperation * nfloat * bool * Foundation.NSDictionary -> bool
매개 변수
- dstSpacePortionRect
- CGRect
- srcSpacePortionRect
- CGRect
- requestedAlpha
- nfloat
- respectContextIsFlipped
- Boolean
- hints
- NSDictionary
반환
- 특성