Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface
Properties Methods

IDrawingContext Interface Members

The following tables list the members exposed by IDrawingContext.

Public Properties
 NameDescription
 PropertyGets or sets a value indicating whether the anti-aliasing technique is used.  
 PropertyGets or sets a rectangle that limits the drawing region of this drawing context.  
 PropertyGets or sets a value indicating whether extended area is painted.  
 PropertyGets the context graphics.  
 PropertyGets a boolean value indicates whether the process is measuring.  
 PropertyGets a boolean value indicates whether the process is printing.  
 PropertyGets or sets a value that indicates whether the drawing object was painted RTL.  
 PropertyGets or sets the scaling factor of the control.  
 PropertyGets or sets a value that indicates whether to show the color.  
 PropertyGets or sets a boolean value indicating whether the painting process ignores state of controls.  
 PropertyGets or sets the zoom magnification for current view representing percent values.  
Top
Public Methods
 NameDescription
 MethodDisposes this instance.  
 MethodDraws the camera object.  
 MethodDraws an ellipse with the specified Brush and Pen.  
 MethodDraws the specified GeometryDrawing object.  
 MethodDraws the built-in icon.  
 MethodOverloaded. Draws the specified ImageDrawing object.  
 MethodDraws a line between the specified points using the specified Pen.  
 MethodDraws a rectangle with the specified Brush and Pen. The pen and the brush can be null.  
 MethodDraws a rounded rectangle with the specified Brush and Pen.  
 MethodDraws the specified text string in the specified rectangle with the specified Brush and GrapeCity.Spreadsheet.Font objects.  
 MethodGets the bitmap data of the specified built-in icon.  
 MethodMeasures the boundary of the specified GeometryDrawing object.  
 MethodMeasures the size of the icon.  
Top
See Also