Method | Description | |
---|---|---|
Clamp ( this r ) : |
||
Clone ( this surf ) : |
||
Clone ( this path ) : |
||
ContainsCorrect ( this r, Gdk pt ) : bool |
There was a bug in gdk-sharp where this returns incorrect values. We will probably have to use this for a long time until every distro has an updated gdk.
|
|
ContainsCorrect ( this r, int x, int y ) : bool |
There was a bug in gdk-sharp where this returns incorrect values. We will probably have to use this for a long time until every distro has an updated gdk.
|
|
ContainsPoint ( this r, double x, double y ) : bool | ||
CreateEllipsePath ( this g, |
||
CreateRectanglePath ( this g, |
||
CreateRoundedRectanglePath ( this g, |
||
DrawEllipse ( this g, |
||
DrawLine ( this g, |
||
DrawPixbuf ( this g, Gdk pixbuf, Point dest ) : void | ||
DrawPolygonal ( this g, |
||
DrawRectangle ( this g, |
||
DrawRoundedRectangle ( this g, |
||
DrawText ( this g, |
||
FillEllipse ( this g, |
||
FillPolygonal ( this g, |
||
FillRectangle ( this g, |
||
FillRectangle ( this g, |
||
FillRegion ( this g, Gdk region, Color color ) : void | ||
FillRoundedRectangle ( this g, |
||
FillStrokedEllipse ( this g, |
||
FillStrokedRectangle ( this g, |
||
FillStrokedRoundedRectangle ( this g, |
||
GdkColorAlpha ( this color ) : ushort | ||
GetBilinearSample ( this src, |
||
GetBilinearSample ( this src, float x, float y ) : |
||
GetBottom ( this rect ) : double | ||
GetBounds ( this path ) : Gdk.Rectangle | ||
GetColorBgra ( this surf, |
||
GetColorBgra ( this surf, int x, int y ) : |
||
GetPixel ( this surf, int x, int y ) : Color | ||
GetPointAddress ( this surf, Gdk point ) : ColorBgra* | ||
GetPointAddress ( this surf, int x, int y ) : ColorBgra* | ||
GetPointAddressUnchecked ( this surf, |
||
GetPointAddressUnchecked ( this surf, int x, int y ) : ColorBgra* | ||
GetPointUnchecked ( this surf, |
||
GetPointUnchecked ( this surf, int x, int y ) : |
||
GetRight ( this rect ) : double | ||
GetRowAddressUnchecked ( this surf, |
||
GetRowAddressUnchecked ( this surf, int y ) : ColorBgra* | ||
GetSize ( this surf ) : Gdk.Size | ||
Location ( this r ) : |
||
SetPixel ( this surf, |
||
SetPixel ( this surf, int x, int y, Color color ) : void | ||
ToCairoColor ( this color ) : |
||
ToCairoRectangle ( this r ) : |
||
ToColorBgra ( this color ) : ColorBgra | ||
ToGdkColor ( this color ) : Gdk.Color | ||
ToGdkRectangle ( this r ) : Gdk.Rectangle | ||
ToPixbuf ( this surf ) : Gdk.Pixbuf | ||
ToString2 ( this c ) : string | ||
ToUint ( this c ) : uint |
public static Clamp ( this r ) : |
||
r | this | |
return |
public static Clone ( this surf ) : |
||
surf | this | |
return |
public static ContainsCorrect ( this r, Gdk pt ) : bool | ||
r | this | |
pt | Gdk | |
return | bool |
public static ContainsCorrect ( this r, int x, int y ) : bool | ||
r | this | |
x | int | |
y | int | |
return | bool |
public static ContainsPoint ( this r, double x, double y ) : bool | ||
r | this | |
x | double | |
y | double | |
return | bool |
public static CreateEllipsePath ( this g, |
||
g | this | |
r | ||
return |
public static CreateRectanglePath ( this g, |
||
g | this | |
r | ||
return |
public static CreateRoundedRectanglePath ( this g, |
||
g | this | |
r | ||
radius | double | |
return |
public static DrawEllipse ( this g, |
||
g | this | |
r | ||
color | Color | |
lineWidth | int | |
return |
public static DrawLine ( this g, |
||
g | this | |
p1 | ||
p2 | ||
color | Color | |
lineWidth | int | |
return |
public static DrawPixbuf ( this g, Gdk pixbuf, Point dest ) : void | ||
g | this | |
pixbuf | Gdk | |
dest | Point | |
return | void |
public static DrawPolygonal ( this g, |
||
g | this | |
points | ||
color | Color | |
return |
public static DrawRectangle ( this g, |
||
g | this | |
r | ||
color | Color | |
lineWidth | int | |
return |
public static DrawRoundedRectangle ( this g, |
||
g | this | |
r | ||
radius | double | |
stroke | Color | |
lineWidth | int | |
return |
public static DrawText ( this g, |
||
g | this | |
p | ||
family | string | |
slant | FontSlant | |
weight | FontWeight | |
size | double | |
color | Color | |
text | string | |
return |
public static FillEllipse ( this g, |
||
g | this | |
r | ||
color | Color | |
return |
public static FillPolygonal ( this g, |
||
g | this | |
points | ||
color | Color | |
return |
public static FillRectangle ( this g, |
||
g | this | |
r | ||
color | Color | |
return |
public static FillRectangle ( this g, |
||
g | this | |
r | ||
pattern | ||
return |
public static FillRegion ( this g, Gdk region, Color color ) : void | ||
g | this | |
region | Gdk | |
color | Color | |
return | void |
public static FillRoundedRectangle ( this g, |
||
g | this | |
r | ||
radius | double | |
fill | Color | |
return |
public static FillStrokedEllipse ( this g, |
||
g | this | |
r | ||
fill | Color | |
stroke | Color | |
lineWidth | int | |
return |
public static FillStrokedRectangle ( this g, |
||
g | this | |
r | ||
fill | Color | |
stroke | Color | |
lineWidth | int | |
return |
public static FillStrokedRoundedRectangle ( this g, |
||
g | this | |
r | ||
radius | double | |
fill | Color | |
stroke | Color | |
lineWidth | int | |
return |
public static GdkColorAlpha ( this color ) : ushort | ||
color | this | |
return | ushort |
public static GetBilinearSample ( this src, |
||
src | this | |
srcDataPtr | ||
srcWidth | int | |
srcHeight | int | |
x | float | |
y | float | |
return |
public static GetBilinearSample ( this src, float x, float y ) : |
||
src | this | |
x | float | |
y | float | |
return |
public static GetBottom ( this rect ) : double | ||
rect | this | |
return | double |
public static GetBounds ( this path ) : Gdk.Rectangle | ||
path | this | |
return | Gdk.Rectangle |
public static GetColorBgra ( this surf, |
||
surf | this | |
surfDataPtr | ||
surfWidth | int | |
x | int | |
y | int | |
return |
public static GetColorBgra ( this surf, int x, int y ) : |
||
surf | this | |
x | int | |
y | int | |
return |
public static GetPixel ( this surf, int x, int y ) : Color | ||
surf | this | |
x | int | |
y | int | |
return | Color |
public static GetPointAddress ( this surf, Gdk point ) : ColorBgra* | ||
surf | this | |
point | Gdk | |
return | ColorBgra* |
public static GetPointAddress ( this surf, int x, int y ) : ColorBgra* | ||
surf | this | |
x | int | |
y | int | |
return | ColorBgra* |
public static GetPointAddressUnchecked ( this surf, |
||
surf | this | |
surfDataPtr | ||
surfWidth | int | |
x | int | |
y | int | |
return | ColorBgra* |
public static GetPointAddressUnchecked ( this surf, int x, int y ) : ColorBgra* | ||
surf | this | |
x | int | |
y | int | |
return | ColorBgra* |
public static GetPointUnchecked ( this surf, |
||
surf | this | |
surfDataPtr | ||
surfWidth | int | |
x | int | |
y | int | |
return |
public static GetPointUnchecked ( this surf, int x, int y ) : |
||
surf | this | |
x | int | |
y | int | |
return |
public static GetRight ( this rect ) : double | ||
rect | this | |
return | double |
public static GetRowAddressUnchecked ( this surf, |
||
surf | this | |
surfDataPtr | ||
surfWidth | int | |
y | int | |
return | ColorBgra* |
public static GetRowAddressUnchecked ( this surf, int y ) : ColorBgra* | ||
surf | this | |
y | int | |
return | ColorBgra* |
public static GetSize ( this surf ) : Gdk.Size | ||
surf | this | |
return | Gdk.Size |
public static SetPixel ( this surf, |
||
surf | this | |
surfDataPtr | ||
surfWidth | int | |
x | int | |
y | int | |
color | Color | |
return | void |
public static SetPixel ( this surf, int x, int y, Color color ) : void | ||
surf | this | |
x | int | |
y | int | |
color | Color | |
return | void |
public static ToCairoColor ( this color ) : |
||
color | this | |
return |
public static ToCairoRectangle ( this r ) : |
||
r | this | |
return |
public static ToColorBgra ( this color ) : ColorBgra | ||
color | this | |
return | ColorBgra |
public static ToGdkColor ( this color ) : Gdk.Color | ||
color | this | |
return | Gdk.Color |
public static ToGdkRectangle ( this r ) : Gdk.Rectangle | ||
r | this | |
return | Gdk.Rectangle |
public static ToPixbuf ( this surf ) : Gdk.Pixbuf | ||
surf | this | |
return | Gdk.Pixbuf |