C# Class Eto.Mac.Drawing.IconFrameHandler.LazyImageRep

Inheritance: MonoMac.AppKit.NSImageRep
Show file Open project: picoe/Eto

Public Methods

Method Description
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

Private Methods

Method Description
CopyWithZone ( IntPtr zone ) : NSObject
LazyImageRep ( ) : System

Method Details

AsCGImage() public method

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

Draw() public method

public Draw ( ) : bool
return bool

DrawAtPoint() public method

public DrawAtPoint ( System.Drawing.PointF point ) : bool
point System.Drawing.PointF
return bool

DrawInRect() public method

public DrawInRect ( System.Drawing.RectangleF rect ) : bool
rect System.Drawing.RectangleF
return bool

DrawInRect() public method

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
return bool