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

Inheritance: MonoMac.AppKit.NSImageRep
Afficher le fichier Open project: picoe/Eto

Méthodes publiques

Méthode 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

Méthode Description
CopyWithZone ( IntPtr zone ) : NSObject
LazyImageRep ( ) : System

Method Details

AsCGImage() public méthode

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

Draw() public méthode

public Draw ( ) : bool
Résultat bool

DrawAtPoint() public méthode

public DrawAtPoint ( System.Drawing.PointF point ) : bool
point System.Drawing.PointF
Résultat bool

DrawInRect() public méthode

public DrawInRect ( System.Drawing.RectangleF rect ) : bool
rect System.Drawing.RectangleF
Résultat bool

DrawInRect() public méthode

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
Résultat bool