C# Class SciterSharp.SciterGraphics

Inheritance: IDisposable
Afficher le fichier Open project: MISoftware/SciterSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
_hgfx System.IntPtr

Méthodes publiques

Méthode Description
BlendImage ( SciterImage img, float x, float y ) : void
Dispose ( ) : void
DrawText ( SciterText text, float px, float py, uint position ) : void
Ellipse ( float x, float y, float rx, float ry ) : void
Line ( float x1, float y1, float x2, float y2 ) : void
Polygon ( float>.IList points_xy ) : void
Polyline ( float>.IList points_xy ) : void
PopClip ( ) : void
PushClipBox ( float x1, float y1, float x2, float y2, float opacity = 1 ) : void
PushClipPath ( SciterPath path, float opacity = 1 ) : void
Rectangle ( float x1, float y1, float x2, float y2 ) : void
Rotate ( float radians, float cx, float cy ) : void
Scale ( float x, float y ) : void
SciterGraphics ( IntPtr hgfx ) : System.Drawing
Skew ( float dx, float dy ) : void
StateRestore ( ) : void
StateSave ( ) : void
Translate ( float cx, float cy ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SciterGraphics ( ) : System.Drawing
ToRGBA ( Color clr ) : uint

Method Details

BlendImage() public méthode

public BlendImage ( SciterImage img, float x, float y ) : void
img SciterImage
x float
y float
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DrawText() public méthode

public DrawText ( SciterText text, float px, float py, uint position ) : void
text SciterText
px float
py float
position uint
Résultat void

Ellipse() public méthode

public Ellipse ( float x, float y, float rx, float ry ) : void
x float
y float
rx float
ry float
Résultat void

Line() public méthode

public Line ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
Résultat void

Polygon() public méthode

public Polygon ( float>.IList points_xy ) : void
points_xy float>.IList
Résultat void

Polyline() public méthode

public Polyline ( float>.IList points_xy ) : void
points_xy float>.IList
Résultat void

PopClip() public méthode

public PopClip ( ) : void
Résultat void

PushClipBox() public méthode

public PushClipBox ( float x1, float y1, float x2, float y2, float opacity = 1 ) : void
x1 float
y1 float
x2 float
y2 float
opacity float
Résultat void

PushClipPath() public méthode

public PushClipPath ( SciterPath path, float opacity = 1 ) : void
path SciterPath
opacity float
Résultat void

Rectangle() public méthode

public Rectangle ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
Résultat void

Rotate() public méthode

public Rotate ( float radians, float cx, float cy ) : void
radians float
cx float
cy float
Résultat void

Scale() public méthode

public Scale ( float x, float y ) : void
x float
y float
Résultat void

SciterGraphics() public méthode

public SciterGraphics ( IntPtr hgfx ) : System.Drawing
hgfx System.IntPtr
Résultat System.Drawing

Skew() public méthode

public Skew ( float dx, float dy ) : void
dx float
dy float
Résultat void

StateRestore() public méthode

public StateRestore ( ) : void
Résultat void

StateSave() public méthode

public StateSave ( ) : void
Résultat void

Translate() public méthode

public Translate ( float cx, float cy ) : void
cx float
cy float
Résultat void

Property Details

_hgfx public_oe property

public IntPtr,System _hgfx
Résultat System.IntPtr