C# 클래스 MonoMac.CoreGraphics.CGShading

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

공개 메소드들

메소드 설명
CreateAxial ( MonoMac.CoreGraphics.CGColorSpace colorspace, PointF start, PointF end, MonoMac.CoreGraphics.CGFunction function, bool extendStart, bool extendEnd ) : CGShading
CreateRadial ( MonoMac.CoreGraphics.CGColorSpace colorspace, PointF start, float startRadius, PointF end, float endRadius, MonoMac.CoreGraphics.CGFunction function, bool extendStart, bool extendEnd ) : CGShading
Dispose ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
CGShading ( IntPtr handle ) : System
CGShading ( IntPtr handle, bool owns ) : System
CGShadingCreateAxial ( IntPtr space, PointF start, PointF end, IntPtr functionHandle, bool extendStart, bool extendEnd ) : IntPtr
CGShadingCreateRadial ( IntPtr space, PointF start, float startRadius, PointF end, float endRadius, IntPtr function, bool extendStart, bool extendEnd ) : IntPtr
CGShadingRelease ( IntPtr handle ) : void
CGShadingRetain ( IntPtr handle ) : void

메소드 상세

CreateAxial() 공개 정적인 메소드

public static CreateAxial ( MonoMac.CoreGraphics.CGColorSpace colorspace, PointF start, PointF end, MonoMac.CoreGraphics.CGFunction function, bool extendStart, bool extendEnd ) : CGShading
colorspace MonoMac.CoreGraphics.CGColorSpace
start System.Drawing.PointF
end System.Drawing.PointF
function MonoMac.CoreGraphics.CGFunction
extendStart bool
extendEnd bool
리턴 CGShading

CreateRadial() 공개 정적인 메소드

public static CreateRadial ( MonoMac.CoreGraphics.CGColorSpace colorspace, PointF start, float startRadius, PointF end, float endRadius, MonoMac.CoreGraphics.CGFunction function, bool extendStart, bool extendEnd ) : CGShading
colorspace MonoMac.CoreGraphics.CGColorSpace
start System.Drawing.PointF
startRadius float
end System.Drawing.PointF
endRadius float
function MonoMac.CoreGraphics.CGFunction
extendStart bool
extendEnd bool
리턴 CGShading

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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