C# Класс Eto.Mac.NSImageExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Resize() публичный статический Метод

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
Результат MonoMac.AppKit.NSImage

Resize() публичный статический Метод

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
Результат MonoMac.AppKit.NSImageRep

Tint() публичный статический Метод

public static Tint ( this image, MonoMac.AppKit.NSColor tint ) : MonoMac.AppKit.NSImage
image this
tint MonoMac.AppKit.NSColor
Результат MonoMac.AppKit.NSImage