C# 클래스 Eto.Mac.Drawing.IconFrameHandler.LazyImageRep

상속: MonoMac.AppKit.NSImageRep
파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
AsCGImage ( System.Drawing.RectangleF &proposedDestRect, MonoMac.AppKit.NSGraphicsContext context, NSDictionary hints ) : CGImage
Draw ( ) : bool
DrawAtPoint ( System.Drawing.PointF point ) : bool
DrawInRect ( System.Drawing.RectangleF rect ) : bool
DrawInRect ( System.Drawing.RectangleF dstSpacePortionRect, System.Drawing.RectangleF srcSpacePortionRect, NSCompositingOperation op, System.Double requestedAlpha, bool respectContextIsFlipped, NSDictionary hints ) : bool

비공개 메소드들

메소드 설명
CopyWithZone ( IntPtr zone ) : NSObject
LazyImageRep ( ) : System

메소드 상세

AsCGImage() 공개 메소드

public AsCGImage ( System.Drawing.RectangleF &proposedDestRect, MonoMac.AppKit.NSGraphicsContext context, NSDictionary hints ) : CGImage
proposedDestRect System.Drawing.RectangleF
context MonoMac.AppKit.NSGraphicsContext
hints NSDictionary
리턴 MonoMac.CoreGraphics.CGImage

Draw() 공개 메소드

public Draw ( ) : bool
리턴 bool

DrawAtPoint() 공개 메소드

public DrawAtPoint ( System.Drawing.PointF point ) : bool
point System.Drawing.PointF
리턴 bool

DrawInRect() 공개 메소드

public DrawInRect ( System.Drawing.RectangleF rect ) : bool
rect System.Drawing.RectangleF
리턴 bool

DrawInRect() 공개 메소드

public DrawInRect ( System.Drawing.RectangleF dstSpacePortionRect, System.Drawing.RectangleF srcSpacePortionRect, NSCompositingOperation op, System.Double requestedAlpha, bool respectContextIsFlipped, NSDictionary hints ) : bool
dstSpacePortionRect System.Drawing.RectangleF
srcSpacePortionRect System.Drawing.RectangleF
op NSCompositingOperation
requestedAlpha System.Double
respectContextIsFlipped bool
hints NSDictionary
리턴 bool