C# 클래스 Smartmobili.Cocoa.GSWhiteColor

상속: NSColor
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_alpha_component double
_white_component double

공개 메소드들

메소드 설명
Alloc ( ) : GSWhiteColor
GetComponents ( double &components ) : void

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : GSWhiteColor
리턴 GSWhiteColor

GetComponents() 공개 메소드

public GetComponents ( double &components ) : void
components double
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_alpha_component 보호되어 있는 프로퍼티

protected double _alpha_component
리턴 double

_white_component 보호되어 있는 프로퍼티

protected double _white_component
리턴 double