C# Class Eto.Mac.MacConversions

Afficher le fichier Open project: picoe/Eto

Méthodes publiques

Méthode Description
GetLocation ( MonoMac.AppKit.NSView view, NSEvent theEvent ) : PointF
GetMouseButtons ( this theEvent ) : MouseButtons
GetMouseEvent ( MonoMac.AppKit.NSView view, NSEvent theEvent, bool includeWheel ) : MouseEventArgs
ToCG ( this image ) : CGImage
ToEto ( this value ) : ButtonImagePosition
ToEto ( this mode ) : CalendarMode
ToEto ( this color, bool calibrated = true ) : System.Color
ToEto ( this type ) : DockPosition
ToEto ( this font ) : Font
ToEto ( this traits ) : FontStyle
ToEto ( this value ) : ImageInterpolation
ToEto ( this value ) : PageOrientation
ToEto ( this value ) : PrintSettings
ToEto ( this range ) : Range
ToEto ( this align ) : TextAlignment
ToEtoKeyEventArgs ( this theEvent ) : KeyEventArgs
ToEtoSize ( this insets ) : SizeF
ToEtoWindowStyle ( this style ) : WindowStyle
ToNS ( this value ) : NSCellImagePosition
ToNS ( this mode ) : NSDatePickerMode
ToNS ( this font ) : NSFont
ToNS ( this style ) : NSFontTraitMask
ToNS ( this image, int size = null ) : MonoMac.AppKit.NSImage
ToNS ( this value ) : NSImageInterpolation
ToNS ( this settings ) : NSPrintInfo
ToNS ( this value ) : NSPrintingOrientation
ToNS ( this range ) : MonoMac.Foundation.NSRange
ToNS ( this position ) : NSTabViewType
ToNS ( this align ) : NSTextAlignment
ToNS ( this style, NSWindowStyle existing ) : NSWindowStyle
ToNSUI ( this color ) : MonoMac.AppKit.NSColor

Method Details

GetLocation() public static méthode

public static GetLocation ( MonoMac.AppKit.NSView view, NSEvent theEvent ) : PointF
view MonoMac.AppKit.NSView
theEvent NSEvent
Résultat PointF

GetMouseButtons() public static méthode

public static GetMouseButtons ( this theEvent ) : MouseButtons
theEvent this
Résultat MouseButtons

GetMouseEvent() public static méthode

public static GetMouseEvent ( MonoMac.AppKit.NSView view, NSEvent theEvent, bool includeWheel ) : MouseEventArgs
view MonoMac.AppKit.NSView
theEvent NSEvent
includeWheel bool
Résultat MouseEventArgs

ToCG() public static méthode

public static ToCG ( this image ) : CGImage
image this
Résultat MonoMac.CoreGraphics.CGImage

ToEto() public static méthode

public static ToEto ( this value ) : ButtonImagePosition
value this
Résultat ButtonImagePosition

ToEto() public static méthode

public static ToEto ( this mode ) : CalendarMode
mode this
Résultat CalendarMode

ToEto() public static méthode

public static ToEto ( this color, bool calibrated = true ) : System.Color
color this
calibrated bool
Résultat System.Color

ToEto() public static méthode

public static ToEto ( this type ) : DockPosition
type this
Résultat DockPosition

ToEto() public static méthode

public static ToEto ( this font ) : Font
font this
Résultat Font

ToEto() public static méthode

public static ToEto ( this traits ) : FontStyle
traits this
Résultat FontStyle

ToEto() public static méthode

public static ToEto ( this value ) : ImageInterpolation
value this
Résultat ImageInterpolation

ToEto() public static méthode

public static ToEto ( this value ) : PageOrientation
value this
Résultat PageOrientation

ToEto() public static méthode

public static ToEto ( this value ) : PrintSettings
value this
Résultat PrintSettings

ToEto() public static méthode

public static ToEto ( this range ) : Range
range this
Résultat Range

ToEto() public static méthode

public static ToEto ( this align ) : TextAlignment
align this
Résultat TextAlignment

ToEtoKeyEventArgs() public static méthode

public static ToEtoKeyEventArgs ( this theEvent ) : KeyEventArgs
theEvent this
Résultat KeyEventArgs

ToEtoSize() public static méthode

public static ToEtoSize ( this insets ) : SizeF
insets this
Résultat SizeF

ToEtoWindowStyle() public static méthode

public static ToEtoWindowStyle ( this style ) : WindowStyle
style this
Résultat WindowStyle

ToNS() public static méthode

public static ToNS ( this value ) : NSCellImagePosition
value this
Résultat NSCellImagePosition

ToNS() public static méthode

public static ToNS ( this mode ) : NSDatePickerMode
mode this
Résultat NSDatePickerMode

ToNS() public static méthode

public static ToNS ( this font ) : NSFont
font this
Résultat NSFont

ToNS() public static méthode

public static ToNS ( this style ) : NSFontTraitMask
style this
Résultat NSFontTraitMask

ToNS() public static méthode

public static ToNS ( this image, int size = null ) : MonoMac.AppKit.NSImage
image this
size int
Résultat MonoMac.AppKit.NSImage

ToNS() public static méthode

public static ToNS ( this value ) : NSImageInterpolation
value this
Résultat NSImageInterpolation

ToNS() public static méthode

public static ToNS ( this settings ) : NSPrintInfo
settings this
Résultat NSPrintInfo

ToNS() public static méthode

public static ToNS ( this value ) : NSPrintingOrientation
value this
Résultat NSPrintingOrientation

ToNS() public static méthode

public static ToNS ( this range ) : MonoMac.Foundation.NSRange
range this
Résultat MonoMac.Foundation.NSRange

ToNS() public static méthode

public static ToNS ( this position ) : NSTabViewType
position this
Résultat NSTabViewType

ToNS() public static méthode

public static ToNS ( this align ) : NSTextAlignment
align this
Résultat NSTextAlignment

ToNS() public static méthode

public static ToNS ( this style, NSWindowStyle existing ) : NSWindowStyle
style this
existing NSWindowStyle
Résultat NSWindowStyle

ToNSUI() public static méthode

public static ToNSUI ( this color ) : MonoMac.AppKit.NSColor
color this
Résultat MonoMac.AppKit.NSColor