C# 클래스 Monobjc.AppKit.NSColor

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : NSColor

Returns an NSColor object that represents a blend between the receiver and the highlight color returned by highlightColor.

Original signature is '- (NSColor *)highlightWithLevel:( CGFloat)highlightLevel'

Available in Mac OS X v10.0 and later.

메소드 상세

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Returns an NSColor object that represents a blend between the receiver and the highlight color returned by highlightColor.

Original signature is '- (NSColor *)highlightWithLevel:( CGFloat)highlightLevel'

Available in Mac OS X v10.0 and later.

public static operator ( ) : NSColor
리턴 NSColor