C# Class GraphicsImplementation.GDIGraphics

Inheritance: IGraphics
Mostra file Open project: filipkunc/GLGraphics Class Usage Examples

Public Methods

Method Description
AddMetafileComment ( byte data ) : void
BeginContainer ( ) : GraphicsContainer
BeginContainer ( Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit ) : GraphicsContainer
BeginContainer ( RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit ) : GraphicsContainer
Clear ( Color color ) : void
CopyFromScreen ( Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize ) : void
CopyFromScreen ( Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation ) : void
CopyFromScreen ( int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize ) : void
CopyFromScreen ( int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation ) : void
Dispose ( ) : void
DrawArc ( Pen pen, Rectangle rect, float startAngle, float sweepAngle ) : void
DrawArc ( Pen pen, RectangleF rect, float startAngle, float sweepAngle ) : void
DrawArc ( Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle ) : void
DrawArc ( Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle ) : void
DrawBezier ( Pen pen, Point pt1, Point pt2, Point pt3, Point pt4 ) : void
DrawBezier ( Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4 ) : void
DrawBezier ( Pen pen, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4 ) : void
DrawBeziers ( Pen pen, Point points ) : void
DrawBeziers ( Pen pen, PointF points ) : void
DrawClosedCurve ( Pen pen, Point points ) : void
DrawClosedCurve ( Pen pen, Point points, float tension, FillMode fillmode ) : void
DrawClosedCurve ( Pen pen, PointF points ) : void
DrawClosedCurve ( Pen pen, PointF points, float tension, FillMode fillmode ) : void
DrawCurve ( Pen pen, Point points ) : void
DrawCurve ( Pen pen, Point points, float tension ) : void
DrawCurve ( Pen pen, Point points, int offset, int numberOfSegments, float tension ) : void
DrawCurve ( Pen pen, PointF points ) : void
DrawCurve ( Pen pen, PointF points, float tension ) : void
DrawCurve ( Pen pen, PointF points, int offset, int numberOfSegments ) : void
DrawCurve ( Pen pen, PointF points, int offset, int numberOfSegments, float tension ) : void
DrawEllipse ( Pen pen, Rectangle rect ) : void
DrawEllipse ( Pen pen, RectangleF rect ) : void
DrawEllipse ( Pen pen, float x, float y, float width, float height ) : void
DrawEllipse ( Pen pen, int x, int y, int width, int height ) : void
DrawIcon ( Icon icon, Rectangle targetRect ) : void
DrawIcon ( Icon icon, int x, int y ) : void
DrawIconUnstretched ( Icon icon, Rectangle targetRect ) : void
DrawImage ( Image image, Point point ) : void
DrawImage ( Image image, Point destPoints, Rectangle srcRect, GraphicsUnit srcUnit ) : void
DrawImage ( Image image, Point destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr ) : void
DrawImage ( Image image, Point destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback ) : void
DrawImage ( Image image, Point destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback, int callbackData ) : void
DrawImage ( Image image, PointF point ) : void
DrawImage ( Image image, PointF destPoints, RectangleF srcRect, GraphicsUnit srcUnit ) : void
DrawImage ( Image image, PointF destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr ) : void
DrawImage ( Image image, PointF destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback ) : void
DrawImage ( Image image, PointF destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback, int callbackData ) : void
DrawImage ( Image image, Rectangle rect ) : void
DrawImage ( Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit ) : void
DrawImage ( Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit ) : void
DrawImage ( Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs ) : void
DrawImage ( Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, Graphics callback ) : void
DrawImage ( Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, Graphics callback, IntPtr callbackData ) : void
DrawImage ( Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit ) : void
DrawImage ( Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr ) : void
DrawImage ( Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback ) : void
DrawImage ( Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, Graphics callback, IntPtr callbackData ) : void
DrawImage ( Image image, RectangleF rect ) : void
DrawImage ( Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit ) : void
DrawImage ( Image image, float x, float y ) : void
DrawImage ( Image image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit ) : void
DrawImage ( Image image, float x, float y, float width, float height ) : void
DrawImage ( Image image, int x, int y ) : void
DrawImage ( Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit ) : void
DrawImage ( Image image, int x, int y, int width, int height ) : void
DrawImageUnscaled ( Image image, Point point ) : void
DrawImageUnscaled ( Image image, Rectangle rect ) : void
DrawImageUnscaled ( Image image, int x, int y ) : void
DrawImageUnscaled ( Image image, int x, int y, int width, int height ) : void
DrawImageUnscaledAndClipped ( Image image, Rectangle rect ) : void
DrawLine ( Pen pen, Point pt1, Point pt2 ) : void
DrawLine ( Pen pen, PointF pt1, PointF pt2 ) : void
DrawLine ( Pen pen, float x1, float y1, float x2, float y2 ) : void
DrawLine ( Pen pen, int x1, int y1, int x2, int y2 ) : void
DrawLines ( Pen pen, Point points ) : void
DrawLines ( Pen pen, PointF points ) : void
DrawPath ( Pen pen, GraphicsPath path ) : void
DrawPie ( Pen pen, Rectangle rect, float startAngle, float sweepAngle ) : void
DrawPie ( Pen pen, RectangleF rect, float startAngle, float sweepAngle ) : void
DrawPie ( Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle ) : void
DrawPie ( Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle ) : void
DrawPolygon ( Pen pen, Point points ) : void
DrawPolygon ( Pen pen, PointF points ) : void
DrawRectangle ( Pen pen, Rectangle rect ) : void
DrawRectangle ( Pen pen, float x, float y, float width, float height ) : void
DrawRectangle ( Pen pen, int x, int y, int width, int height ) : void
DrawRectangles ( Pen pen, Rectangle rects ) : void
DrawRectangles ( Pen pen, RectangleF rects ) : void
DrawString ( string s, Font font, Brush brush, PointF point ) : void
DrawString ( string s, Font font, Brush brush, PointF point, StringFormat format ) : void
DrawString ( string s, Font font, Brush brush, RectangleF layoutRectangle ) : void
DrawString ( string s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format ) : void
DrawString ( string s, Font font, Brush brush, float x, float y ) : void
DrawString ( string s, Font font, Brush brush, float x, float y, StringFormat format ) : void
EndContainer ( GraphicsContainer container ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Graphics callback ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Graphics callback, IntPtr callbackData ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Rectangle srcRect, GraphicsUnit srcUnit, Graphics callback ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Rectangle srcRect, GraphicsUnit srcUnit, Graphics callback, IntPtr callbackData ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Rectangle srcRect, GraphicsUnit unit, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, Graphics callback ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, Graphics callback, IntPtr callbackData ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, RectangleF srcRect, GraphicsUnit srcUnit, Graphics callback ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, RectangleF srcRect, GraphicsUnit srcUnit, Graphics callback, IntPtr callbackData ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, RectangleF srcRect, GraphicsUnit unit, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Graphics callback ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Graphics callback, IntPtr callbackData ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit, Graphics callback ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit, Graphics callback, IntPtr callbackData ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit unit, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, Graphics callback ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, Graphics callback, IntPtr callbackData ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit, Graphics callback ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit, Graphics callback, IntPtr callbackData ) : void
EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, RectangleF srcRect, GraphicsUnit unit, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
ExcludeClip ( Rectangle rect ) : void
ExcludeClip ( Region region ) : void
FillClosedCurve ( Brush brush, Point points ) : void
FillClosedCurve ( Brush brush, Point points, FillMode fillmode ) : void
FillClosedCurve ( Brush brush, Point points, FillMode fillmode, float tension ) : void
FillClosedCurve ( Brush brush, PointF points ) : void
FillClosedCurve ( Brush brush, PointF points, FillMode fillmode ) : void
FillClosedCurve ( Brush brush, PointF points, FillMode fillmode, float tension ) : void
FillEllipse ( Brush brush, Rectangle rect ) : void
FillEllipse ( Brush brush, RectangleF rect ) : void
FillEllipse ( Brush brush, float x, float y, float width, float height ) : void
FillEllipse ( Brush brush, int x, int y, int width, int height ) : void
FillPath ( Brush brush, GraphicsPath path ) : void
FillPie ( Brush brush, Rectangle rect, float startAngle, float sweepAngle ) : void
FillPie ( Brush brush, float x, float y, float width, float height, float startAngle, float sweepAngle ) : void
FillPie ( Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle ) : void
FillPolygon ( Brush brush, Point points ) : void
FillPolygon ( Brush brush, Point points, FillMode fillMode ) : void
FillPolygon ( Brush brush, PointF points ) : void
FillPolygon ( Brush brush, PointF points, FillMode fillMode ) : void
FillRectangle ( Brush brush, Rectangle rect ) : void
FillRectangle ( Brush brush, RectangleF rect ) : void
FillRectangle ( Brush brush, float x, float y, float width, float height ) : void
FillRectangle ( Brush brush, int x, int y, int width, int height ) : void
FillRectangles ( Brush brush, Rectangle rects ) : void
FillRectangles ( Brush brush, RectangleF rects ) : void
FillRegion ( Brush brush, Region region ) : void
Flush ( ) : void
Flush ( FlushIntention intention ) : void
GDIGraphics ( Graphics graphics ) : System
GetContextInfo ( ) : object
GetHdc ( ) : IntPtr
GetNearestColor ( Color color ) : Color
IntersectClip ( Rectangle rect ) : void
IntersectClip ( RectangleF rect ) : void
IntersectClip ( Region region ) : void
IsVisible ( Point point ) : bool
IsVisible ( PointF point ) : bool
IsVisible ( Rectangle rect ) : bool
IsVisible ( RectangleF rect ) : bool
IsVisible ( float x, float y ) : bool
IsVisible ( float x, float y, float width, float height ) : bool
IsVisible ( int x, int y ) : bool
IsVisible ( int x, int y, int width, int height ) : bool
MeasureCharacterRanges ( string text, Font font, RectangleF layoutRect, StringFormat stringFormat ) : System.Drawing.Region[]
MeasureString ( string text, Font font ) : SizeF
MeasureString ( string text, Font font, PointF origin, StringFormat stringFormat ) : SizeF
MeasureString ( string text, Font font, SizeF layoutArea ) : SizeF
MeasureString ( string text, Font font, SizeF layoutArea, StringFormat stringFormat ) : SizeF
MeasureString ( string text, Font font, SizeF layoutArea, StringFormat stringFormat, int &charactersFitted, int &linesFilled ) : SizeF
MeasureString ( string text, Font font, int width ) : SizeF
MeasureString ( string text, Font font, int width, StringFormat format ) : SizeF
MultiplyTransform ( Matrix matrix ) : void
MultiplyTransform ( Matrix matrix, MatrixOrder order ) : void
ReleaseHdc ( ) : void
ReleaseHdc ( IntPtr hdc ) : void
ReleaseHdcInternal ( IntPtr hdc ) : void
ResetClip ( ) : void
ResetTransform ( ) : void
Restore ( System.Drawing.Drawing2D.GraphicsState gstate ) : void
RotateTransform ( float angle ) : void
RotateTransform ( float angle, MatrixOrder order ) : void
Save ( ) : System.Drawing.Drawing2D.GraphicsState
ScaleTransform ( float sx, float sy ) : void
ScaleTransform ( float sx, float sy, MatrixOrder order ) : void
SetClip ( Graphics g ) : void
SetClip ( Graphics g, CombineMode combineMode ) : void
SetClip ( GraphicsPath path ) : void
SetClip ( GraphicsPath path, CombineMode combineMode ) : void
SetClip ( Rectangle rect ) : void
SetClip ( Rectangle rect, CombineMode combineMode ) : void
SetClip ( RectangleF rect ) : void
SetClip ( RectangleF rect, CombineMode combineMode ) : void
SetClip ( Region region, CombineMode combineMode ) : void
TransformPoints ( CoordinateSpace destSpace, CoordinateSpace srcSpace, Point pts ) : void
TransformPoints ( CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF pts ) : void
TranslateClip ( float dx, float dy ) : void
TranslateClip ( int dx, int dy ) : void
TranslateTransform ( float dx, float dy ) : void
TranslateTransform ( float dx, float dy, MatrixOrder order ) : void

Method Details

AddMetafileComment() public method

public AddMetafileComment ( byte data ) : void
data byte
return void

BeginContainer() public method

public BeginContainer ( ) : GraphicsContainer
return GraphicsContainer

BeginContainer() public method

public BeginContainer ( Rectangle dstrect, Rectangle srcrect, GraphicsUnit unit ) : GraphicsContainer
dstrect System.Drawing.Rectangle
srcrect System.Drawing.Rectangle
unit GraphicsUnit
return GraphicsContainer

BeginContainer() public method

public BeginContainer ( RectangleF dstrect, RectangleF srcrect, GraphicsUnit unit ) : GraphicsContainer
dstrect System.Drawing.RectangleF
srcrect System.Drawing.RectangleF
unit GraphicsUnit
return GraphicsContainer

Clear() public method

public Clear ( Color color ) : void
color Color
return void

CopyFromScreen() public method

public CopyFromScreen ( Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize ) : void
upperLeftSource Point
upperLeftDestination Point
blockRegionSize System.Drawing.Size
return void

CopyFromScreen() public method

public CopyFromScreen ( Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation ) : void
upperLeftSource Point
upperLeftDestination Point
blockRegionSize System.Drawing.Size
copyPixelOperation CopyPixelOperation
return void

CopyFromScreen() public method

public CopyFromScreen ( int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize ) : void
sourceX int
sourceY int
destinationX int
destinationY int
blockRegionSize System.Drawing.Size
return void

CopyFromScreen() public method

public CopyFromScreen ( int sourceX, int sourceY, int destinationX, int destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation ) : void
sourceX int
sourceY int
destinationX int
destinationY int
blockRegionSize System.Drawing.Size
copyPixelOperation CopyPixelOperation
return void

Dispose() public method

public Dispose ( ) : void
return void

DrawArc() public method

public DrawArc ( Pen pen, Rectangle rect, float startAngle, float sweepAngle ) : void
pen System.Drawing.Pen
rect System.Drawing.Rectangle
startAngle float
sweepAngle float
return void

DrawArc() public method

public DrawArc ( Pen pen, RectangleF rect, float startAngle, float sweepAngle ) : void
pen System.Drawing.Pen
rect System.Drawing.RectangleF
startAngle float
sweepAngle float
return void

DrawArc() public method

public DrawArc ( Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle ) : void
pen System.Drawing.Pen
x float
y float
width float
height float
startAngle float
sweepAngle float
return void

DrawArc() public method

public DrawArc ( Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle ) : void
pen System.Drawing.Pen
x int
y int
width int
height int
startAngle int
sweepAngle int
return void

DrawBezier() public method

public DrawBezier ( Pen pen, Point pt1, Point pt2, Point pt3, Point pt4 ) : void
pen System.Drawing.Pen
pt1 Point
pt2 Point
pt3 Point
pt4 Point
return void

DrawBezier() public method

public DrawBezier ( Pen pen, PointF pt1, PointF pt2, PointF pt3, PointF pt4 ) : void
pen System.Drawing.Pen
pt1 System.Drawing.PointF
pt2 System.Drawing.PointF
pt3 System.Drawing.PointF
pt4 System.Drawing.PointF
return void

DrawBezier() public method

public DrawBezier ( Pen pen, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4 ) : void
pen System.Drawing.Pen
x1 float
y1 float
x2 float
y2 float
x3 float
y3 float
x4 float
y4 float
return void

DrawBeziers() public method

public DrawBeziers ( Pen pen, Point points ) : void
pen System.Drawing.Pen
points Point
return void

DrawBeziers() public method

public DrawBeziers ( Pen pen, PointF points ) : void
pen System.Drawing.Pen
points System.Drawing.PointF
return void

DrawClosedCurve() public method

public DrawClosedCurve ( Pen pen, Point points ) : void
pen System.Drawing.Pen
points Point
return void

DrawClosedCurve() public method

public DrawClosedCurve ( Pen pen, Point points, float tension, FillMode fillmode ) : void
pen System.Drawing.Pen
points Point
tension float
fillmode FillMode
return void

DrawClosedCurve() public method

public DrawClosedCurve ( Pen pen, PointF points ) : void
pen System.Drawing.Pen
points System.Drawing.PointF
return void

DrawClosedCurve() public method

public DrawClosedCurve ( Pen pen, PointF points, float tension, FillMode fillmode ) : void
pen System.Drawing.Pen
points System.Drawing.PointF
tension float
fillmode FillMode
return void

DrawCurve() public method

public DrawCurve ( Pen pen, Point points ) : void
pen System.Drawing.Pen
points Point
return void

DrawCurve() public method

public DrawCurve ( Pen pen, Point points, float tension ) : void
pen System.Drawing.Pen
points Point
tension float
return void

DrawCurve() public method

public DrawCurve ( Pen pen, Point points, int offset, int numberOfSegments, float tension ) : void
pen System.Drawing.Pen
points Point
offset int
numberOfSegments int
tension float
return void

DrawCurve() public method

public DrawCurve ( Pen pen, PointF points ) : void
pen System.Drawing.Pen
points System.Drawing.PointF
return void

DrawCurve() public method

public DrawCurve ( Pen pen, PointF points, float tension ) : void
pen System.Drawing.Pen
points System.Drawing.PointF
tension float
return void

DrawCurve() public method

public DrawCurve ( Pen pen, PointF points, int offset, int numberOfSegments ) : void
pen System.Drawing.Pen
points System.Drawing.PointF
offset int
numberOfSegments int
return void

DrawCurve() public method

public DrawCurve ( Pen pen, PointF points, int offset, int numberOfSegments, float tension ) : void
pen System.Drawing.Pen
points System.Drawing.PointF
offset int
numberOfSegments int
tension float
return void

DrawEllipse() public method

public DrawEllipse ( Pen pen, Rectangle rect ) : void
pen System.Drawing.Pen
rect System.Drawing.Rectangle
return void

DrawEllipse() public method

public DrawEllipse ( Pen pen, RectangleF rect ) : void
pen System.Drawing.Pen
rect System.Drawing.RectangleF
return void

DrawEllipse() public method

public DrawEllipse ( Pen pen, float x, float y, float width, float height ) : void
pen System.Drawing.Pen
x float
y float
width float
height float
return void

DrawEllipse() public method

public DrawEllipse ( Pen pen, int x, int y, int width, int height ) : void
pen System.Drawing.Pen
x int
y int
width int
height int
return void

DrawIcon() public method

public DrawIcon ( Icon icon, Rectangle targetRect ) : void
icon System.Drawing.Icon
targetRect System.Drawing.Rectangle
return void

DrawIcon() public method

public DrawIcon ( Icon icon, int x, int y ) : void
icon System.Drawing.Icon
x int
y int
return void

DrawIconUnstretched() public method

public DrawIconUnstretched ( Icon icon, Rectangle targetRect ) : void
icon System.Drawing.Icon
targetRect System.Drawing.Rectangle
return void

DrawImage() public method

public DrawImage ( Image image, Point point ) : void
image Image
point Point
return void

DrawImage() public method

public DrawImage ( Image image, Point destPoints, Rectangle srcRect, GraphicsUnit srcUnit ) : void
image Image
destPoints Point
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
return void

DrawImage() public method

public DrawImage ( Image image, Point destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr ) : void
image Image
destPoints Point
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
imageAttr System.Drawing.Imaging.ImageAttributes
return void

DrawImage() public method

public DrawImage ( Image image, Point destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback ) : void
image Image
destPoints Point
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
imageAttr System.Drawing.Imaging.ImageAttributes
callback System.Drawing.Graphics
return void

DrawImage() public method

public DrawImage ( Image image, Point destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback, int callbackData ) : void
image Image
destPoints Point
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
imageAttr System.Drawing.Imaging.ImageAttributes
callback System.Drawing.Graphics
callbackData int
return void

DrawImage() public method

public DrawImage ( Image image, PointF point ) : void
image Image
point System.Drawing.PointF
return void

DrawImage() public method

public DrawImage ( Image image, PointF destPoints, RectangleF srcRect, GraphicsUnit srcUnit ) : void
image Image
destPoints System.Drawing.PointF
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
return void

DrawImage() public method

public DrawImage ( Image image, PointF destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr ) : void
image Image
destPoints System.Drawing.PointF
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
imageAttr System.Drawing.Imaging.ImageAttributes
return void

DrawImage() public method

public DrawImage ( Image image, PointF destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback ) : void
image Image
destPoints System.Drawing.PointF
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
imageAttr System.Drawing.Imaging.ImageAttributes
callback System.Drawing.Graphics
return void

DrawImage() public method

public DrawImage ( Image image, PointF destPoints, RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback, int callbackData ) : void
image Image
destPoints System.Drawing.PointF
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
imageAttr System.Drawing.Imaging.ImageAttributes
callback System.Drawing.Graphics
callbackData int
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle rect ) : void
image Image
rect System.Drawing.Rectangle
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit ) : void
image Image
destRect System.Drawing.Rectangle
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit ) : void
image Image
destRect System.Drawing.Rectangle
srcX float
srcY float
srcWidth float
srcHeight float
srcUnit GraphicsUnit
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs ) : void
image Image
destRect System.Drawing.Rectangle
srcX float
srcY float
srcWidth float
srcHeight float
srcUnit GraphicsUnit
imageAttrs System.Drawing.Imaging.ImageAttributes
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, Graphics callback ) : void
image Image
destRect System.Drawing.Rectangle
srcX float
srcY float
srcWidth float
srcHeight float
srcUnit GraphicsUnit
imageAttrs System.Drawing.Imaging.ImageAttributes
callback System.Drawing.Graphics
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, Graphics callback, IntPtr callbackData ) : void
image Image
destRect System.Drawing.Rectangle
srcX float
srcY float
srcWidth float
srcHeight float
srcUnit GraphicsUnit
imageAttrs System.Drawing.Imaging.ImageAttributes
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit ) : void
image Image
destRect System.Drawing.Rectangle
srcX int
srcY int
srcWidth int
srcHeight int
srcUnit GraphicsUnit
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr ) : void
image Image
destRect System.Drawing.Rectangle
srcX int
srcY int
srcWidth int
srcHeight int
srcUnit GraphicsUnit
imageAttr System.Drawing.Imaging.ImageAttributes
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics callback ) : void
image Image
destRect System.Drawing.Rectangle
srcX int
srcY int
srcWidth int
srcHeight int
srcUnit GraphicsUnit
imageAttr System.Drawing.Imaging.ImageAttributes
callback System.Drawing.Graphics
return void

DrawImage() public method

public DrawImage ( Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, Graphics callback, IntPtr callbackData ) : void
image Image
destRect System.Drawing.Rectangle
srcX int
srcY int
srcWidth int
srcHeight int
srcUnit GraphicsUnit
imageAttrs System.Drawing.Imaging.ImageAttributes
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

DrawImage() public method

public DrawImage ( Image image, RectangleF rect ) : void
image Image
rect System.Drawing.RectangleF
return void

DrawImage() public method

public DrawImage ( Image image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit ) : void
image Image
destRect System.Drawing.RectangleF
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
return void

DrawImage() public method

public DrawImage ( Image image, float x, float y ) : void
image Image
x float
y float
return void

DrawImage() public method

public DrawImage ( Image image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit ) : void
image Image
x float
y float
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
return void

DrawImage() public method

public DrawImage ( Image image, float x, float y, float width, float height ) : void
image Image
x float
y float
width float
height float
return void

DrawImage() public method

public DrawImage ( Image image, int x, int y ) : void
image Image
x int
y int
return void

DrawImage() public method

public DrawImage ( Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit ) : void
image Image
x int
y int
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
return void

DrawImage() public method

public DrawImage ( Image image, int x, int y, int width, int height ) : void
image Image
x int
y int
width int
height int
return void

DrawImageUnscaled() public method

public DrawImageUnscaled ( Image image, Point point ) : void
image Image
point Point
return void

DrawImageUnscaled() public method

public DrawImageUnscaled ( Image image, Rectangle rect ) : void
image Image
rect System.Drawing.Rectangle
return void

DrawImageUnscaled() public method

public DrawImageUnscaled ( Image image, int x, int y ) : void
image Image
x int
y int
return void

DrawImageUnscaled() public method

public DrawImageUnscaled ( Image image, int x, int y, int width, int height ) : void
image Image
x int
y int
width int
height int
return void

DrawImageUnscaledAndClipped() public method

public DrawImageUnscaledAndClipped ( Image image, Rectangle rect ) : void
image Image
rect System.Drawing.Rectangle
return void

DrawLine() public method

public DrawLine ( Pen pen, Point pt1, Point pt2 ) : void
pen System.Drawing.Pen
pt1 Point
pt2 Point
return void

DrawLine() public method

public DrawLine ( Pen pen, PointF pt1, PointF pt2 ) : void
pen System.Drawing.Pen
pt1 System.Drawing.PointF
pt2 System.Drawing.PointF
return void

DrawLine() public method

public DrawLine ( Pen pen, float x1, float y1, float x2, float y2 ) : void
pen System.Drawing.Pen
x1 float
y1 float
x2 float
y2 float
return void

DrawLine() public method

public DrawLine ( Pen pen, int x1, int y1, int x2, int y2 ) : void
pen System.Drawing.Pen
x1 int
y1 int
x2 int
y2 int
return void

DrawLines() public method

public DrawLines ( Pen pen, Point points ) : void
pen System.Drawing.Pen
points Point
return void

DrawLines() public method

public DrawLines ( Pen pen, PointF points ) : void
pen System.Drawing.Pen
points System.Drawing.PointF
return void

DrawPath() public method

public DrawPath ( Pen pen, GraphicsPath path ) : void
pen System.Drawing.Pen
path System.Drawing.Drawing2D.GraphicsPath
return void

DrawPie() public method

public DrawPie ( Pen pen, Rectangle rect, float startAngle, float sweepAngle ) : void
pen System.Drawing.Pen
rect System.Drawing.Rectangle
startAngle float
sweepAngle float
return void

DrawPie() public method

public DrawPie ( Pen pen, RectangleF rect, float startAngle, float sweepAngle ) : void
pen System.Drawing.Pen
rect System.Drawing.RectangleF
startAngle float
sweepAngle float
return void

DrawPie() public method

public DrawPie ( Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle ) : void
pen System.Drawing.Pen
x float
y float
width float
height float
startAngle float
sweepAngle float
return void

DrawPie() public method

public DrawPie ( Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle ) : void
pen System.Drawing.Pen
x int
y int
width int
height int
startAngle int
sweepAngle int
return void

DrawPolygon() public method

public DrawPolygon ( Pen pen, Point points ) : void
pen System.Drawing.Pen
points Point
return void

DrawPolygon() public method

public DrawPolygon ( Pen pen, PointF points ) : void
pen System.Drawing.Pen
points System.Drawing.PointF
return void

DrawRectangle() public method

public DrawRectangle ( Pen pen, Rectangle rect ) : void
pen System.Drawing.Pen
rect System.Drawing.Rectangle
return void

DrawRectangle() public method

public DrawRectangle ( Pen pen, float x, float y, float width, float height ) : void
pen System.Drawing.Pen
x float
y float
width float
height float
return void

DrawRectangle() public method

public DrawRectangle ( Pen pen, int x, int y, int width, int height ) : void
pen System.Drawing.Pen
x int
y int
width int
height int
return void

DrawRectangles() public method

public DrawRectangles ( Pen pen, Rectangle rects ) : void
pen System.Drawing.Pen
rects System.Drawing.Rectangle
return void

DrawRectangles() public method

public DrawRectangles ( Pen pen, RectangleF rects ) : void
pen System.Drawing.Pen
rects System.Drawing.RectangleF
return void

DrawString() public method

public DrawString ( string s, Font font, Brush brush, PointF point ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
point System.Drawing.PointF
return void

DrawString() public method

public DrawString ( string s, Font font, Brush brush, PointF point, StringFormat format ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
point System.Drawing.PointF
format System.Drawing.StringFormat
return void

DrawString() public method

public DrawString ( string s, Font font, Brush brush, RectangleF layoutRectangle ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
layoutRectangle System.Drawing.RectangleF
return void

DrawString() public method

public DrawString ( string s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
layoutRectangle System.Drawing.RectangleF
format System.Drawing.StringFormat
return void

DrawString() public method

public DrawString ( string s, Font font, Brush brush, float x, float y ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
x float
y float
return void

DrawString() public method

public DrawString ( string s, Font font, Brush brush, float x, float y, StringFormat format ) : void
s string
font System.Drawing.Font
brush System.Drawing.Brush
x float
y float
format System.Drawing.StringFormat
return void

EndContainer() public method

public EndContainer ( GraphicsContainer container ) : void
container GraphicsContainer
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Graphics callback ) : void
metafile System.Drawing.Imaging.Metafile
destPoint Point
callback System.Drawing.Graphics
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Graphics callback, IntPtr callbackData ) : void
metafile System.Drawing.Imaging.Metafile
destPoint Point
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
metafile System.Drawing.Imaging.Metafile
destPoint Point
callback System.Drawing.Graphics
callbackData System.IntPtr
imageAttr System.Drawing.Imaging.ImageAttributes
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Rectangle srcRect, GraphicsUnit srcUnit, Graphics callback ) : void
metafile System.Drawing.Imaging.Metafile
destPoint Point
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
callback System.Drawing.Graphics
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Rectangle srcRect, GraphicsUnit srcUnit, Graphics callback, IntPtr callbackData ) : void
metafile System.Drawing.Imaging.Metafile
destPoint Point
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Point destPoint, Rectangle srcRect, GraphicsUnit unit, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
metafile System.Drawing.Imaging.Metafile
destPoint Point
srcRect System.Drawing.Rectangle
unit GraphicsUnit
callback System.Drawing.Graphics
callbackData System.IntPtr
imageAttr System.Drawing.Imaging.ImageAttributes
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, Graphics callback ) : void
metafile System.Drawing.Imaging.Metafile
destPoint System.Drawing.PointF
callback System.Drawing.Graphics
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, Graphics callback, IntPtr callbackData ) : void
metafile System.Drawing.Imaging.Metafile
destPoint System.Drawing.PointF
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
metafile System.Drawing.Imaging.Metafile
destPoint System.Drawing.PointF
callback System.Drawing.Graphics
callbackData System.IntPtr
imageAttr System.Drawing.Imaging.ImageAttributes
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, RectangleF srcRect, GraphicsUnit srcUnit, Graphics callback ) : void
metafile System.Drawing.Imaging.Metafile
destPoint System.Drawing.PointF
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
callback System.Drawing.Graphics
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, RectangleF srcRect, GraphicsUnit srcUnit, Graphics callback, IntPtr callbackData ) : void
metafile System.Drawing.Imaging.Metafile
destPoint System.Drawing.PointF
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, PointF destPoint, RectangleF srcRect, GraphicsUnit unit, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
metafile System.Drawing.Imaging.Metafile
destPoint System.Drawing.PointF
srcRect System.Drawing.RectangleF
unit GraphicsUnit
callback System.Drawing.Graphics
callbackData System.IntPtr
imageAttr System.Drawing.Imaging.ImageAttributes
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Graphics callback ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.Rectangle
callback System.Drawing.Graphics
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Graphics callback, IntPtr callbackData ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.Rectangle
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.Rectangle
callback System.Drawing.Graphics
callbackData System.IntPtr
imageAttr System.Drawing.Imaging.ImageAttributes
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit, Graphics callback ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.Rectangle
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
callback System.Drawing.Graphics
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit, Graphics callback, IntPtr callbackData ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.Rectangle
srcRect System.Drawing.Rectangle
srcUnit GraphicsUnit
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit unit, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.Rectangle
srcRect System.Drawing.Rectangle
unit GraphicsUnit
callback System.Drawing.Graphics
callbackData System.IntPtr
imageAttr System.Drawing.Imaging.ImageAttributes
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, Graphics callback ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.RectangleF
callback System.Drawing.Graphics
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, Graphics callback, IntPtr callbackData ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.RectangleF
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.RectangleF
callback System.Drawing.Graphics
callbackData System.IntPtr
imageAttr System.Drawing.Imaging.ImageAttributes
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit, Graphics callback ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.RectangleF
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
callback System.Drawing.Graphics
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit, Graphics callback, IntPtr callbackData ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.RectangleF
srcRect System.Drawing.RectangleF
srcUnit GraphicsUnit
callback System.Drawing.Graphics
callbackData System.IntPtr
return void

EnumerateMetafile() public method

public EnumerateMetafile ( System.Drawing.Imaging.Metafile metafile, RectangleF destRect, RectangleF srcRect, GraphicsUnit unit, Graphics callback, IntPtr callbackData, ImageAttributes imageAttr ) : void
metafile System.Drawing.Imaging.Metafile
destRect System.Drawing.RectangleF
srcRect System.Drawing.RectangleF
unit GraphicsUnit
callback System.Drawing.Graphics
callbackData System.IntPtr
imageAttr System.Drawing.Imaging.ImageAttributes
return void

ExcludeClip() public method

public ExcludeClip ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

ExcludeClip() public method

public ExcludeClip ( Region region ) : void
region System.Drawing.Region
return void

FillClosedCurve() public method

public FillClosedCurve ( Brush brush, Point points ) : void
brush System.Drawing.Brush
points Point
return void

FillClosedCurve() public method

public FillClosedCurve ( Brush brush, Point points, FillMode fillmode ) : void
brush System.Drawing.Brush
points Point
fillmode FillMode
return void

FillClosedCurve() public method

public FillClosedCurve ( Brush brush, Point points, FillMode fillmode, float tension ) : void
brush System.Drawing.Brush
points Point
fillmode FillMode
tension float
return void

FillClosedCurve() public method

public FillClosedCurve ( Brush brush, PointF points ) : void
brush System.Drawing.Brush
points System.Drawing.PointF
return void

FillClosedCurve() public method

public FillClosedCurve ( Brush brush, PointF points, FillMode fillmode ) : void
brush System.Drawing.Brush
points System.Drawing.PointF
fillmode FillMode
return void

FillClosedCurve() public method

public FillClosedCurve ( Brush brush, PointF points, FillMode fillmode, float tension ) : void
brush System.Drawing.Brush
points System.Drawing.PointF
fillmode FillMode
tension float
return void

FillEllipse() public method

public FillEllipse ( Brush brush, Rectangle rect ) : void
brush System.Drawing.Brush
rect System.Drawing.Rectangle
return void

FillEllipse() public method

public FillEllipse ( Brush brush, RectangleF rect ) : void
brush System.Drawing.Brush
rect System.Drawing.RectangleF
return void

FillEllipse() public method

public FillEllipse ( Brush brush, float x, float y, float width, float height ) : void
brush System.Drawing.Brush
x float
y float
width float
height float
return void

FillEllipse() public method

public FillEllipse ( Brush brush, int x, int y, int width, int height ) : void
brush System.Drawing.Brush
x int
y int
width int
height int
return void

FillPath() public method

public FillPath ( Brush brush, GraphicsPath path ) : void
brush System.Drawing.Brush
path System.Drawing.Drawing2D.GraphicsPath
return void

FillPie() public method

public FillPie ( Brush brush, Rectangle rect, float startAngle, float sweepAngle ) : void
brush System.Drawing.Brush
rect System.Drawing.Rectangle
startAngle float
sweepAngle float
return void

FillPie() public method

public FillPie ( Brush brush, float x, float y, float width, float height, float startAngle, float sweepAngle ) : void
brush System.Drawing.Brush
x float
y float
width float
height float
startAngle float
sweepAngle float
return void

FillPie() public method

public FillPie ( Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle ) : void
brush System.Drawing.Brush
x int
y int
width int
height int
startAngle int
sweepAngle int
return void

FillPolygon() public method

public FillPolygon ( Brush brush, Point points ) : void
brush System.Drawing.Brush
points Point
return void

FillPolygon() public method

public FillPolygon ( Brush brush, Point points, FillMode fillMode ) : void
brush System.Drawing.Brush
points Point
fillMode FillMode
return void

FillPolygon() public method

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

FillPolygon() public method

public FillPolygon ( Brush brush, PointF points, FillMode fillMode ) : void
brush System.Drawing.Brush
points System.Drawing.PointF
fillMode FillMode
return void

FillRectangle() public method

public FillRectangle ( Brush brush, Rectangle rect ) : void
brush System.Drawing.Brush
rect System.Drawing.Rectangle
return void

FillRectangle() public method

public FillRectangle ( Brush brush, RectangleF rect ) : void
brush System.Drawing.Brush
rect System.Drawing.RectangleF
return void

FillRectangle() public method

public FillRectangle ( Brush brush, float x, float y, float width, float height ) : void
brush System.Drawing.Brush
x float
y float
width float
height float
return void

FillRectangle() public method

public FillRectangle ( Brush brush, int x, int y, int width, int height ) : void
brush System.Drawing.Brush
x int
y int
width int
height int
return void

FillRectangles() public method

public FillRectangles ( Brush brush, Rectangle rects ) : void
brush System.Drawing.Brush
rects System.Drawing.Rectangle
return void

FillRectangles() public method

public FillRectangles ( Brush brush, RectangleF rects ) : void
brush System.Drawing.Brush
rects System.Drawing.RectangleF
return void

FillRegion() public method

public FillRegion ( Brush brush, Region region ) : void
brush System.Drawing.Brush
region System.Drawing.Region
return void

Flush() public method

public Flush ( ) : void
return void

Flush() public method

public Flush ( FlushIntention intention ) : void
intention FlushIntention
return void

GDIGraphics() public method

public GDIGraphics ( Graphics graphics ) : System
graphics System.Drawing.Graphics
return System

GetContextInfo() public method

public GetContextInfo ( ) : object
return object

GetHdc() public method

public GetHdc ( ) : IntPtr
return System.IntPtr

GetNearestColor() public method

public GetNearestColor ( Color color ) : Color
color Color
return Color

IntersectClip() public method

public IntersectClip ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

IntersectClip() public method

public IntersectClip ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

IntersectClip() public method

public IntersectClip ( Region region ) : void
region System.Drawing.Region
return void

IsVisible() public method

public IsVisible ( Point point ) : bool
point Point
return bool

IsVisible() public method

public IsVisible ( PointF point ) : bool
point System.Drawing.PointF
return bool

IsVisible() public method

public IsVisible ( Rectangle rect ) : bool
rect System.Drawing.Rectangle
return bool

IsVisible() public method

public IsVisible ( RectangleF rect ) : bool
rect System.Drawing.RectangleF
return bool

IsVisible() public method

public IsVisible ( float x, float y ) : bool
x float
y float
return bool

IsVisible() public method

public IsVisible ( float x, float y, float width, float height ) : bool
x float
y float
width float
height float
return bool

IsVisible() public method

public IsVisible ( int x, int y ) : bool
x int
y int
return bool

IsVisible() public method

public IsVisible ( int x, int y, int width, int height ) : bool
x int
y int
width int
height int
return bool

MeasureCharacterRanges() public method

public MeasureCharacterRanges ( string text, Font font, RectangleF layoutRect, StringFormat stringFormat ) : System.Drawing.Region[]
text string
font System.Drawing.Font
layoutRect System.Drawing.RectangleF
stringFormat System.Drawing.StringFormat
return System.Drawing.Region[]

MeasureString() public method

public MeasureString ( string text, Font font ) : SizeF
text string
font System.Drawing.Font
return System.Drawing.SizeF

MeasureString() public method

public MeasureString ( string text, Font font, PointF origin, StringFormat stringFormat ) : SizeF
text string
font System.Drawing.Font
origin System.Drawing.PointF
stringFormat System.Drawing.StringFormat
return System.Drawing.SizeF

MeasureString() public method

public MeasureString ( string text, Font font, SizeF layoutArea ) : SizeF
text string
font System.Drawing.Font
layoutArea System.Drawing.SizeF
return System.Drawing.SizeF

MeasureString() public method

public MeasureString ( string text, Font font, SizeF layoutArea, StringFormat stringFormat ) : SizeF
text string
font System.Drawing.Font
layoutArea System.Drawing.SizeF
stringFormat System.Drawing.StringFormat
return System.Drawing.SizeF

MeasureString() public method

public MeasureString ( string text, Font font, SizeF layoutArea, StringFormat stringFormat, int &charactersFitted, int &linesFilled ) : SizeF
text string
font System.Drawing.Font
layoutArea System.Drawing.SizeF
stringFormat System.Drawing.StringFormat
charactersFitted int
linesFilled int
return System.Drawing.SizeF

MeasureString() public method

public MeasureString ( string text, Font font, int width ) : SizeF
text string
font System.Drawing.Font
width int
return System.Drawing.SizeF

MeasureString() public method

public MeasureString ( string text, Font font, int width, StringFormat format ) : SizeF
text string
font System.Drawing.Font
width int
format System.Drawing.StringFormat
return System.Drawing.SizeF

MultiplyTransform() public method

public MultiplyTransform ( Matrix matrix ) : void
matrix Matrix
return void

MultiplyTransform() public method

public MultiplyTransform ( Matrix matrix, MatrixOrder order ) : void
matrix Matrix
order MatrixOrder
return void

ReleaseHdc() public method

public ReleaseHdc ( ) : void
return void

ReleaseHdc() public method

public ReleaseHdc ( IntPtr hdc ) : void
hdc System.IntPtr
return void

ReleaseHdcInternal() public method

public ReleaseHdcInternal ( IntPtr hdc ) : void
hdc System.IntPtr
return void

ResetClip() public method

public ResetClip ( ) : void
return void

ResetTransform() public method

public ResetTransform ( ) : void
return void

Restore() public method

public Restore ( System.Drawing.Drawing2D.GraphicsState gstate ) : void
gstate System.Drawing.Drawing2D.GraphicsState
return void

RotateTransform() public method

public RotateTransform ( float angle ) : void
angle float
return void

RotateTransform() public method

public RotateTransform ( float angle, MatrixOrder order ) : void
angle float
order MatrixOrder
return void

Save() public method

public Save ( ) : System.Drawing.Drawing2D.GraphicsState
return System.Drawing.Drawing2D.GraphicsState

ScaleTransform() public method

public ScaleTransform ( float sx, float sy ) : void
sx float
sy float
return void

ScaleTransform() public method

public ScaleTransform ( float sx, float sy, MatrixOrder order ) : void
sx float
sy float
order MatrixOrder
return void

SetClip() public method

public SetClip ( Graphics g ) : void
g System.Drawing.Graphics
return void

SetClip() public method

public SetClip ( Graphics g, CombineMode combineMode ) : void
g System.Drawing.Graphics
combineMode CombineMode
return void

SetClip() public method

public SetClip ( GraphicsPath path ) : void
path System.Drawing.Drawing2D.GraphicsPath
return void

SetClip() public method

public SetClip ( GraphicsPath path, CombineMode combineMode ) : void
path System.Drawing.Drawing2D.GraphicsPath
combineMode CombineMode
return void

SetClip() public method

public SetClip ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

SetClip() public method

public SetClip ( Rectangle rect, CombineMode combineMode ) : void
rect System.Drawing.Rectangle
combineMode CombineMode
return void

SetClip() public method

public SetClip ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

SetClip() public method

public SetClip ( RectangleF rect, CombineMode combineMode ) : void
rect System.Drawing.RectangleF
combineMode CombineMode
return void

SetClip() public method

public SetClip ( Region region, CombineMode combineMode ) : void
region System.Drawing.Region
combineMode CombineMode
return void

TransformPoints() public method

public TransformPoints ( CoordinateSpace destSpace, CoordinateSpace srcSpace, Point pts ) : void
destSpace CoordinateSpace
srcSpace CoordinateSpace
pts Point
return void

TransformPoints() public method

public TransformPoints ( CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF pts ) : void
destSpace CoordinateSpace
srcSpace CoordinateSpace
pts System.Drawing.PointF
return void

TranslateClip() public method

public TranslateClip ( float dx, float dy ) : void
dx float
dy float
return void

TranslateClip() public method

public TranslateClip ( int dx, int dy ) : void
dx int
dy int
return void

TranslateTransform() public method

public TranslateTransform ( float dx, float dy ) : void
dx float
dy float
return void

TranslateTransform() public method

public TranslateTransform ( float dx, float dy, MatrixOrder order ) : void
dx float
dy float
order MatrixOrder
return void