C# Class PixelFarm.Drawing.GLES2.MyGLCanvas

显示文件 Open project: prepare/HTML-Renderer

Private Properties

Property Type Description
ClearPreviousStoredValues void
IDisposable void
MyGLCanvas System
ReleaseUnManagedResource void

Public Methods

Method Description
ClearSurface ( PixelFarm c ) : void
CloseCanvas ( ) : void
DrawImage ( System.Image image, RectangleF destRect ) : void

Draws the specified T:System.Drawing.Image at the specified location and with the specified size.

DrawImage ( System.Image image, RectangleF destRect, RectangleF srcRect ) : void

Draws the specified portion of the specified T:System.Drawing.Image at the specified location and with the specified size.

DrawImages ( System.Image image, RectangleF destAndSrcPairs ) : void
DrawLine ( float x1, float y1, float x2, float y2 ) : void
DrawPath ( GraphicsPath gfxPath ) : void
DrawRectangle ( System.Color color, float left, float top, float width, float height ) : void
DrawText ( char buffer, Rectangle logicalTextBox, int textAlignment ) : void
DrawText ( char buffer, int x, int y ) : void
DrawText ( char str, int startAt, int len, Rectangle logicalTextBox, int textAlignment ) : void
FillPath ( Brush brush, GraphicsPath path ) : void

Fills the interior of a T:System.Drawing.Drawing2D.GraphicsPath.

FillPath ( System.Color color, GraphicsPath gfxPath ) : void
FillPolygon ( Brush brush, PointF points ) : void
FillPolygon ( System.Color color, PointF points ) : void
FillRectangle ( Brush brush, float left, float top, float width, float height ) : void
FillRectangle ( System.Color color, float left, float top, float width, float height ) : void
Invalidate ( Rectangle rect ) : void
PopClipAreaRect ( ) : void
PushClipAreaRect ( int width, int height, Rectangle &updateArea ) : bool
RenderTo ( IntPtr destHdc, int sourceX, int sourceY, Rectangle destArea ) : void
ResetInvalidateArea ( ) : void
SetCanvasOrigin ( int x, int y ) : void
SetClipRect ( Rectangle rect, CombineMode combineMode = CombineMode.Replace ) : void
ToString ( ) : string
dbug_DrawCrossRect ( System.Color color, Rectangle rect ) : void
dbug_DrawRuler ( int x ) : void

Private Methods

Method Description
ClearPreviousStoredValues ( ) : void
IDisposable ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

MyGLCanvas ( CanvasGL2d canvasGL2d, int left, int top, int width, int height ) : System
ReleaseUnManagedResource ( ) : void

Method Details

ClearSurface() public method

public ClearSurface ( PixelFarm c ) : void
c PixelFarm
return void

CloseCanvas() public method

public CloseCanvas ( ) : void
return void

DrawImage() public method

Draws the specified T:System.Drawing.Image at the specified location and with the specified size.
is null.
public DrawImage ( System.Image image, RectangleF destRect ) : void
image System.Image to draw.
destRect RectangleF structure that specifies the location and size of the drawn image.
return void

DrawImage() public method

Draws the specified portion of the specified T:System.Drawing.Image at the specified location and with the specified size.
is null.
public DrawImage ( System.Image image, RectangleF destRect, RectangleF srcRect ) : void
image System.Image to draw.
destRect RectangleF structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle.
srcRect RectangleF structure that specifies the portion of the object to draw.
return void

DrawImages() public method

public DrawImages ( System.Image image, RectangleF destAndSrcPairs ) : void
image System.Image
destAndSrcPairs RectangleF
return void

DrawLine() public method

public DrawLine ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
return void

DrawPath() public method

public DrawPath ( GraphicsPath gfxPath ) : void
gfxPath GraphicsPath
return void

DrawRectangle() public method

public DrawRectangle ( System.Color color, float left, float top, float width, float height ) : void
color System.Color
left float
top float
width float
height float
return void

DrawText() public method

public DrawText ( char buffer, Rectangle logicalTextBox, int textAlignment ) : void
buffer char
logicalTextBox Rectangle
textAlignment int
return void

DrawText() public method

public DrawText ( char buffer, int x, int y ) : void
buffer char
x int
y int
return void

DrawText() public method

public DrawText ( char str, int startAt, int len, Rectangle logicalTextBox, int textAlignment ) : void
str char
startAt int
len int
logicalTextBox Rectangle
textAlignment int
return void

FillPath() public method

Fills the interior of a T:System.Drawing.Drawing2D.GraphicsPath.
is null.-or- is null.
public FillPath ( Brush brush, GraphicsPath path ) : void
brush Brush that determines the characteristics of the fill.
path GraphicsPath that represents the path to fill.
return void

FillPath() public method

public FillPath ( System.Color color, GraphicsPath gfxPath ) : void
color System.Color
gfxPath GraphicsPath
return void

FillPolygon() public method

public FillPolygon ( Brush brush, PointF points ) : void
brush Brush
points PointF
return void

FillPolygon() public method

public FillPolygon ( System.Color color, PointF points ) : void
color System.Color
points PointF
return void

FillRectangle() public method

public FillRectangle ( Brush brush, float left, float top, float width, float height ) : void
brush Brush
left float
top float
width float
height float
return void

FillRectangle() public method

public FillRectangle ( System.Color color, float left, float top, float width, float height ) : void
color System.Color
left float
top float
width float
height float
return void

Invalidate() public method

public Invalidate ( Rectangle rect ) : void
rect Rectangle
return void

PopClipAreaRect() public method

public PopClipAreaRect ( ) : void
return void

PushClipAreaRect() public method

public PushClipAreaRect ( int width, int height, Rectangle &updateArea ) : bool
width int
height int
updateArea Rectangle
return bool

RenderTo() public method

public RenderTo ( IntPtr destHdc, int sourceX, int sourceY, Rectangle destArea ) : void
destHdc System.IntPtr
sourceX int
sourceY int
destArea Rectangle
return void

ResetInvalidateArea() public method

public ResetInvalidateArea ( ) : void
return void

SetCanvasOrigin() public method

public SetCanvasOrigin ( int x, int y ) : void
x int
y int
return void

SetClipRect() public method

public SetClipRect ( Rectangle rect, CombineMode combineMode = CombineMode.Replace ) : void
rect Rectangle
combineMode CombineMode
return void

ToString() public method

public ToString ( ) : string
return string

dbug_DrawCrossRect() public method

public dbug_DrawCrossRect ( System.Color color, Rectangle rect ) : void
color System.Color
rect Rectangle
return void

dbug_DrawRuler() public method

public dbug_DrawRuler ( int x ) : void
x int
return void