C# 클래스 MonoMac.CoreGraphics.CGColor

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
CGColor ( CGColor source, float alpha ) : System
CGColor ( MonoMac.CoreGraphics.CGColorSpace colorspace, CGPattern pattern, float components ) : System
CGColor ( MonoMac.CoreGraphics.CGColorSpace colorspace, float components ) : System
CGColor ( float gray, float alpha ) : System
CGColor ( float red, float green, float blue ) : System
CGColor ( float red, float green, float blue, float alpha ) : System
CGColor ( string name ) : System
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
operator ( ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CGColor ( IntPtr handle ) : System
CGColor ( IntPtr handle, bool owns ) : System
CGColorCreate ( IntPtr space, float components ) : IntPtr
CGColorCreateCopyWithAlpha ( IntPtr color, float alpha ) : IntPtr
CGColorCreateGenericGray ( float gray, float alpha ) : IntPtr
CGColorCreateGenericRGB ( float red, float green, float blue, float alpha ) : IntPtr
CGColorCreateWithPattern ( IntPtr space, IntPtr pattern, float components ) : IntPtr
CGColorEqualToColor ( IntPtr color1, IntPtr color2 ) : bool
CGColorGetAlpha ( IntPtr color ) : float
CGColorGetColorSpace ( IntPtr color ) : IntPtr
CGColorGetComponents ( IntPtr color ) : float*
CGColorGetConstantColor ( IntPtr cfstring_colorName ) : IntPtr
CGColorGetNumberOfComponents ( IntPtr color ) : int
CGColorGetPattern ( IntPtr color ) : IntPtr
CGColorRelease ( IntPtr handle ) : void
CGColorRetain ( IntPtr handle ) : void

메소드 상세

CGColor() 공개 메소드

public CGColor ( CGColor source, float alpha ) : System
source CGColor
alpha float
리턴 System

CGColor() 공개 메소드

public CGColor ( MonoMac.CoreGraphics.CGColorSpace colorspace, CGPattern pattern, float components ) : System
colorspace MonoMac.CoreGraphics.CGColorSpace
pattern CGPattern
components float
리턴 System

CGColor() 공개 메소드

public CGColor ( MonoMac.CoreGraphics.CGColorSpace colorspace, float components ) : System
colorspace MonoMac.CoreGraphics.CGColorSpace
components float
리턴 System

CGColor() 공개 메소드

public CGColor ( float gray, float alpha ) : System
gray float
alpha float
리턴 System

CGColor() 공개 메소드

public CGColor ( float red, float green, float blue ) : System
red float
green float
blue float
리턴 System

CGColor() 공개 메소드

public CGColor ( float red, float green, float blue, float alpha ) : System
red float
green float
blue float
alpha float
리턴 System

CGColor() 공개 메소드

public CGColor ( string name ) : System
name string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool