C# 클래스 Pinta.Core.GdkExtensions

파일 보기 프로젝트 열기: xxgreg/Pinta

공개 메소드들

메소드 설명
Center ( this rect ) : Gdk.Point
GetBounds ( this w ) : Gdk.Rectangle
GetCairoColor ( this selection ) : Cairo.Color
Invalidate ( this w ) : void
ToBgraColor ( this color ) : ColorBgra
ToCairoColor ( this color ) : Cairo.Color

메소드 상세

Center() 공개 정적인 메소드

public static Center ( this rect ) : Gdk.Point
rect this
리턴 Gdk.Point

GetBounds() 공개 정적인 메소드

public static GetBounds ( this w ) : Gdk.Rectangle
w this
리턴 Gdk.Rectangle

GetCairoColor() 공개 정적인 메소드

public static GetCairoColor ( this selection ) : Cairo.Color
selection this
리턴 Cairo.Color

Invalidate() 공개 정적인 메소드

public static Invalidate ( this w ) : void
w this
리턴 void

ToBgraColor() 공개 정적인 메소드

public static ToBgraColor ( this color ) : ColorBgra
color this
리턴 ColorBgra

ToCairoColor() 공개 정적인 메소드

public static ToCairoColor ( this color ) : Cairo.Color
color this
리턴 Cairo.Color