C# Class Eto.Mac.NSImageExtensions

Show file Open project: picoe/Eto

Public Methods

Method Description
Resize ( this image, System.Drawing.SizeF newsize, ImageInterpolation interpolation = ImageInterpolation.Default, System.Drawing.SizeF imageSize = null ) : MonoMac.AppKit.NSImage
Resize ( this image, System.Drawing.SizeF newsize, ImageInterpolation interpolation = ImageInterpolation.Default, System.Drawing.SizeF imageSize = null ) : MonoMac.AppKit.NSImageRep
Tint ( this image, MonoMac.AppKit.NSColor tint ) : MonoMac.AppKit.NSImage

Method Details

Resize() public static method

public static Resize ( this image, System.Drawing.SizeF newsize, ImageInterpolation interpolation = ImageInterpolation.Default, System.Drawing.SizeF imageSize = null ) : MonoMac.AppKit.NSImage
image this
newsize System.Drawing.SizeF
interpolation ImageInterpolation
imageSize System.Drawing.SizeF
return MonoMac.AppKit.NSImage

Resize() public static method

public static Resize ( this image, System.Drawing.SizeF newsize, ImageInterpolation interpolation = ImageInterpolation.Default, System.Drawing.SizeF imageSize = null ) : MonoMac.AppKit.NSImageRep
image this
newsize System.Drawing.SizeF
interpolation ImageInterpolation
imageSize System.Drawing.SizeF
return MonoMac.AppKit.NSImageRep

Tint() public static method

public static Tint ( this image, MonoMac.AppKit.NSColor tint ) : MonoMac.AppKit.NSImage
image this
tint MonoMac.AppKit.NSColor
return MonoMac.AppKit.NSImage