1 write to _graphics
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
717
_graphics
= value;
42 references to _graphics
System.Windows.Forms.DataVisualization (42)
Common\General\GdiGraphics.cs (42)
84
_graphics
.DrawLine( pen, pt1, pt2 );
103
_graphics
.DrawLine( pen, x1, y1, x2, y2 );
128
_graphics
.DrawImage(
157
_graphics
.DrawEllipse( pen, x, y, width, height );
178
_graphics
.DrawCurve( pen, points, offset, numberOfSegments, tension );
197
_graphics
.DrawRectangle( pen, x, y, width, height );
210
_graphics
.DrawPolygon( pen, points );
229
_graphics
.DrawString( s, font, brush, layoutRectangle, format );
248
_graphics
.DrawString( s, font, brush, point, format );
273
_graphics
.DrawImage( image, destRect, srcX, srcY, srcWidth, srcHeight, srcUnit, imageAttrs );
292
_graphics
.DrawRectangle( pen, x, y, width, height );
305
_graphics
.DrawPath( pen, path );
328
_graphics
.DrawPie( pen, x, y, width, height, startAngle, sweepAngle );
351
_graphics
.DrawArc( pen, x, y, width, height, startAngle, sweepAngle );
364
_graphics
.DrawImage( image, rect );
377
_graphics
.DrawEllipse( pen, rect );
390
_graphics
.DrawLines( pen, points );
408
_graphics
.FillEllipse( brush, rect );
421
_graphics
.FillPath( brush, path );
434
_graphics
.FillRegion( brush, region );
447
_graphics
.FillRectangle( brush, rect );
466
_graphics
.FillRectangle( brush, x, y, width, height );
479
_graphics
.FillPolygon( brush, points );
504
_graphics
.FillPie( brush, x, y, width, height, startAngle, sweepAngle );
527
return
_graphics
.MeasureString( text, font, layoutArea, stringFormat );
542
return
_graphics
.MeasureString( text, font );
551
return
_graphics
.Save();
562
_graphics
.Restore( gstate );
570
_graphics
.ResetClip();
581
_graphics
.SetClip( rect );
596
_graphics
.SetClip( path, combineMode );
609
_graphics
.TranslateTransform( dx, dy );
642
return
_graphics
.Transform;
646
_graphics
.Transform = value;
657
return
_graphics
.SmoothingMode;
661
_graphics
.SmoothingMode = value;
672
return
_graphics
.TextRenderingHint;
676
_graphics
.TextRenderingHint = value;
687
return
_graphics
.Clip;
691
_graphics
.Clip = value;
702
return
_graphics
.IsClipEmpty;
713
return
_graphics
;