C# Class Eto.Mac.NSImageExtensions

Afficher le fichier Open project: picoe/Eto

Méthodes publiques

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

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
Résultat MonoMac.AppKit.NSImage

Resize() public static méthode

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
Résultat MonoMac.AppKit.NSImageRep

Tint() public static méthode

public static Tint ( this image, MonoMac.AppKit.NSColor tint ) : MonoMac.AppKit.NSImage
image this
tint MonoMac.AppKit.NSColor
Résultat MonoMac.AppKit.NSImage