Method | Description | |
---|---|---|
Clamp ( this r ) : |
||
ClipRectangle ( this g, |
||
Clone ( this surf ) : |
||
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, |
||
ContainsPoint ( this r, double x, double y ) : bool | ||
CreateEllipsePath ( this g, |
||
CreatePolygonPath ( this g, Cairo polygonSet ) : |
||
CreateRectanglePath ( this g, |
||
CreateRoundedRectanglePath ( this g, |
||
Distance ( this s, |
||
DrawEllipse ( this g, |
||
DrawGripper ( this g, |
||
DrawInsideBorder ( this g, |
||
DrawLine ( this g, |
||
DrawLinearGradient ( this g, |
||
DrawLinearReflectedGradient ( this g, |
||
DrawPixbuf ( this g, Gdk pixbuf, |
||
DrawPolygonal ( this g, |
||
DrawRadialGradient ( this g, |
||
DrawRectangle ( this g, |
||
DrawRoundedRectangle ( this g, |
||
DrawSelectBox ( this g, |
||
DrawText ( this g, |
||
DrawTextBlock ( this g, |
||
FillEllipse ( this g, |
||
FillPolygonal ( this g, |
||
FillRectangle ( this g, |
||
FillRectangle ( this g, |
||
FillRegion ( this g, Gdk region, Cairo color ) : void | ||
FillRoundedRectangle ( this g, |
||
FillStrokedEllipse ( this g, |
||
FillStrokedRectangle ( this g, |
||
FillStrokedRoundedRectangle ( this g, |
||
GdkColorAlpha ( this color ) : ushort | ||
GetBottom ( this rect ) : double | ||
GetBounds ( this surf ) : Gdk.Rectangle | ||
GetBreakLineCharacterIndexbyMaxHeight ( this g, |
Get character index after which layout should be broken to not exceed maxHeight
|
|
GetRight ( this rect ) : double | ||
GetSize ( this surf ) : Gdk.Size | ||
IsVisible ( this surf, int x, int y ) : bool |
Determines if the requested pixel coordinate is within bounds.
|
|
Location ( this r ) : |
||
Magnitude ( this p ) : double | ||
ToCairoColor ( this color ) : |
||
ToCairoPointD ( this p ) : |
||
ToCairoRectangle ( this r ) : |
||
ToGdkColor ( this color ) : Gdk.Color | ||
ToGdkPoint ( this point ) : Gdk.Point | ||
ToGdkRectangle ( this r ) : Gdk.Rectangle | ||
ToSize ( this point ) : Gdk.Size | ||
ToString2 ( this c ) : string | ||
TranslatePointsInPlace ( this Points, int dx, int dy ) : void |
Method | Description | |
---|---|---|
CairoToPangoSlant ( Cairo slant ) : Pango.Style | ||
CairoToPangoWeight ( Cairo weight ) : Pango.Weight | ||
ReportToPangoAlignment ( HorizontalAlignment align ) : Pango.Alignment | ||
ReportToPangoSlant ( MonoReports slant ) : Pango.Style | ||
ReportToPangoWeight ( MonoReports weight ) : Pango.Weight | ||
createLayoutFromTextBlock ( |
||
getDashByLineStyle ( LineType type ) : double[] | ||
measureVerticlaSpan ( TextBlock tb, double measuredHeight ) : double |
public static Clamp ( this r ) : |
||
r | this | |
return |
public static ClipRectangle ( this g, |
||
g | this | |
r | ||
return | void |
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, |
||
r | this | |
point | ||
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 CreatePolygonPath ( this g, Cairo polygonSet ) : |
||
g | this | |
polygonSet | Cairo | |
return |
public static CreateRectanglePath ( this g, |
||
g | this | |
r | ||
return |
public static CreateRoundedRectanglePath ( this g, |
||
g | this | |
r | ||
radius | double | |
return |
public static Distance ( this s, |
||
s | this | |
e | ||
return | double |
public static DrawEllipse ( this g, |
||
g | this | |
r | ||
color | Cairo | |
lineWidth | int | |
return |
public static DrawGripper ( this g, |
||
g | this | |
r | ||
gripperSize | int | |
return | void |
public static DrawInsideBorder ( this g, |
||
g | this | |
r | ||
border | ||
render | bool | |
return | void |
public static DrawLine ( this g, |
||
g | this | |
p1 | ||
p2 | ||
color | Cairo | |
lineWidth | double | |
lineType | LineType | |
render | bool | |
return |
public static DrawLinearGradient ( this g, |
||
g | this | |
oldsurface | ||
mode | GradientColorMode | |
c1 | Cairo | |
c2 | Cairo | |
p1 | ||
p2 | ||
return | void |
public static DrawLinearReflectedGradient ( this g, |
||
g | this | |
oldsurface | ||
mode | GradientColorMode | |
c1 | Cairo | |
c2 | Cairo | |
p1 | ||
p2 | ||
return | void |
public static DrawPixbuf ( this g, Gdk pixbuf, |
||
g | this | |
pixbuf | Gdk | |
dest | ||
offset | ||
return | void |
public static DrawPolygonal ( this g, |
||
g | this | |
points | ||
color | Cairo | |
return |
public static DrawRadialGradient ( this g, |
||
g | this | |
oldsurface | ||
mode | GradientColorMode | |
c1 | Cairo | |
c2 | Cairo | |
p1 | ||
p2 | ||
r1 | double | |
r2 | double | |
return | void |
public static DrawRectangle ( this g, |
||
g | this | |
r | ||
color | Cairo | |
lineWidth | double | |
return |
public static DrawRoundedRectangle ( this g, |
||
g | this | |
r | ||
radius | double | |
stroke | Cairo | |
lineWidth | int | |
return |
public static DrawSelectBox ( this g, |
||
g | this | |
r | ||
return |
public static DrawText ( this g, |
||
g | this | |
p | ||
family | string | |
slant | Cairo | |
weight | Cairo | |
size | double | |
color | Cairo | |
width | double | |
text | string | |
return |
public static DrawTextBlock ( this g, |
||
g | this | |
tb | ||
render | bool | |
return |
public static FillEllipse ( this g, |
||
g | this | |
r | ||
color | Cairo | |
return |
public static FillPolygonal ( this g, |
||
g | this | |
points | ||
color | Cairo | |
return |
public static FillRectangle ( this g, |
||
g | this | |
r | ||
color | Cairo | |
return |
public static FillRectangle ( this g, |
||
g | this | |
r | ||
pattern | ||
return |
public static FillRegion ( this g, Gdk region, Cairo color ) : void | ||
g | this | |
region | Gdk | |
color | Cairo | |
return | void |
public static FillRoundedRectangle ( this g, |
||
g | this | |
r | ||
radius | double | |
fill | Cairo | |
return |
public static FillStrokedEllipse ( this g, |
||
g | this | |
r | ||
fill | Cairo | |
stroke | Cairo | |
lineWidth | int | |
return |
public static FillStrokedRectangle ( this g, |
||
g | this | |
r | ||
fill | Cairo | |
stroke | Cairo | |
lineWidth | int | |
return |
public static FillStrokedRoundedRectangle ( this g, |
||
g | this | |
r | ||
radius | double | |
fill | Cairo | |
stroke | Cairo | |
lineWidth | int | |
return |
public static GdkColorAlpha ( this color ) : ushort | ||
color | this | |
return | ushort |
public static GetBottom ( this rect ) : double | ||
rect | this | |
return | double |
public static GetBounds ( this surf ) : Gdk.Rectangle | ||
surf | this | |
return | Gdk.Rectangle |
public static GetBreakLineCharacterIndexbyMaxHeight ( this g, |
||
g | this | /// G. /// |
tb | /// Tb. /// | |
maxHeight | double | /// Max height. /// |
return | int |
public static GetRight ( this rect ) : double | ||
rect | this | |
return | double |
public static GetSize ( this surf ) : Gdk.Size | ||
surf | this | |
return | Gdk.Size |
public static IsVisible ( this surf, int x, int y ) : bool | ||
surf | this | |
x | int | The x coordinate. |
y | int | The y coordinate. |
return | bool |
public static ToCairoColor ( this color ) : |
||
color | this | |
return |
public static ToCairoPointD ( this p ) : |
||
p | this | |
return |
public static ToCairoRectangle ( this r ) : |
||
r | this | |
return |
public static ToGdkColor ( this color ) : Gdk.Color | ||
color | this | |
return | Gdk.Color |
public static ToGdkPoint ( this point ) : Gdk.Point | ||
point | this | |
return | Gdk.Point |
public static ToGdkRectangle ( this r ) : Gdk.Rectangle | ||
r | this | |
return | Gdk.Rectangle |
public static ToSize ( this point ) : Gdk.Size | ||
point | this | |
return | Gdk.Size |
public static TranslatePointsInPlace ( this Points, int dx, int dy ) : void | ||
Points | this | |
dx | int | |
dy | int | |
return | void |