C# 클래스 Eto.Mac.NSImageExtensions

파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
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