Interface IPaintingContext
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public interface IPaintingContext
Properties
ClipBounds
Declaration
RectangleF ClipBounds { get; }
Property Value
System.Drawing.RectangleF
|
ScaleFactor
Declaration
SizeF ScaleFactor { get; }
Property Value
System.Drawing.SizeF
|
Methods
DrawEllipse(RectangleF, Pen)
Declaration
void DrawEllipse(RectangleF rectangle, Pen pen)
Parameters
System.Drawing.RectangleF
rectangle
|
System.Drawing.Pen
pen
|
DrawImage(Image, RectangleF, Double)
Declaration
void DrawImage(Image image, RectangleF rectangle, double opacity)
Parameters
System.Drawing.Image
image
|
System.Drawing.RectangleF
rectangle
|
System.Double
opacity
|
DrawLine(PointF, PointF, Pen)
Declaration
void DrawLine(PointF startPoint, PointF endPoint, Pen pen)
Parameters
System.Drawing.PointF
startPoint
|
System.Drawing.PointF
endPoint
|
System.Drawing.Pen
pen
|
DrawLines(PointF[], Pen)
Declaration
void DrawLines(PointF[] pointF, Pen pen)
Parameters
System.Drawing.PointF[]
pointF
|
System.Drawing.Pen
pen
|
DrawPath(PointF[], Pen)
Declaration
void DrawPath(PointF[] pointF, Pen pen)
Parameters
System.Drawing.PointF[]
pointF
|
System.Drawing.Pen
pen
|
DrawPolygon(PointF[], Pen)
Declaration
void DrawPolygon(PointF[] pointF, Pen pen)
Parameters
System.Drawing.PointF[]
pointF
|
System.Drawing.Pen
pen
|
DrawRectangle(RectangleF, Pen)
Declaration
void DrawRectangle(RectangleF rectangle, Pen pen)
Parameters
System.Drawing.RectangleF
rectangle
|
System.Drawing.Pen
pen
|
FillEllipse(RectangleF, Brush)
Declaration
void FillEllipse(RectangleF rectangle, Brush brush)
Parameters
System.Drawing.RectangleF
rectangle
|
System.Drawing.Brush
brush
|
FillPolygon(PointF[], Brush)
Declaration
void FillPolygon(PointF[] pointF, Brush brush)
Parameters
System.Drawing.PointF[]
pointF
|
System.Drawing.Brush
brush
|
FillRectangle(RectangleF, Brush)
Declaration
void FillRectangle(RectangleF rectangle, Brush brush)
Parameters
System.Drawing.RectangleF
rectangle
|
System.Drawing.Brush
brush
|
InvertRectangle(RectangleF)
Declaration
void InvertRectangle(RectangleF rectangle)
Parameters
System.Drawing.RectangleF
rectangle
|
ResetTransformation()
Declaration
void ResetTransformation()
ScaleTransformation(Single, Single)
Declaration
void ScaleTransformation(float x, float y)
Parameters
System.Single
x
|
System.Single
y
|