C# 클래스 SciterSharp.SciterGraphics

상속: IDisposable
파일 보기 프로젝트 열기: MISoftware/SciterSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_hgfx System.IntPtr

공개 메소드들

메소드 설명
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

보호된 메소드들

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

비공개 메소드들

메소드 설명
SciterGraphics ( ) : System.Drawing
ToRGBA ( Color clr ) : uint

메소드 상세

BlendImage() 공개 메소드

public BlendImage ( SciterImage img, float x, float y ) : void
img SciterImage
x float
y float
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

DrawText() 공개 메소드

public DrawText ( SciterText text, float px, float py, uint position ) : void
text SciterText
px float
py float
position uint
리턴 void

Ellipse() 공개 메소드

public Ellipse ( float x, float y, float rx, float ry ) : void
x float
y float
rx float
ry float
리턴 void

Line() 공개 메소드

public Line ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
리턴 void

Polygon() 공개 메소드

public Polygon ( float>.IList points_xy ) : void
points_xy float>.IList
리턴 void

Polyline() 공개 메소드

public Polyline ( float>.IList points_xy ) : void
points_xy float>.IList
리턴 void

PopClip() 공개 메소드

public PopClip ( ) : void
리턴 void

PushClipBox() 공개 메소드

public PushClipBox ( float x1, float y1, float x2, float y2, float opacity = 1 ) : void
x1 float
y1 float
x2 float
y2 float
opacity float
리턴 void

PushClipPath() 공개 메소드

public PushClipPath ( SciterPath path, float opacity = 1 ) : void
path SciterPath
opacity float
리턴 void

Rectangle() 공개 메소드

public Rectangle ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
리턴 void

Rotate() 공개 메소드

public Rotate ( float radians, float cx, float cy ) : void
radians float
cx float
cy float
리턴 void

Scale() 공개 메소드

public Scale ( float x, float y ) : void
x float
y float
리턴 void

SciterGraphics() 공개 메소드

public SciterGraphics ( IntPtr hgfx ) : System.Drawing
hgfx System.IntPtr
리턴 System.Drawing

Skew() 공개 메소드

public Skew ( float dx, float dy ) : void
dx float
dy float
리턴 void

StateRestore() 공개 메소드

public StateRestore ( ) : void
리턴 void

StateSave() 공개 메소드

public StateSave ( ) : void
리턴 void

Translate() 공개 메소드

public Translate ( float cx, float cy ) : void
cx float
cy float
리턴 void

프로퍼티 상세

_hgfx 공개적으로 프로퍼티

public IntPtr,System _hgfx
리턴 System.IntPtr