Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface
Properties Methods

In This Topic
    IDrawingContext Interface Members
    In This Topic

    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 or sets a value that indicates whether the picture will be ignore painting effects.  
     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 the context workbook.  
     PropertyGets or sets the zoom magnification for current view representing percent values.  
    Top
    Public Methods
     NameDescription
     MethodDisposes this instance.  
     MethodDraws the camera object.  
     MethodDraws a 3D checkbox in the specifc rectangle.  
     MethodDraws an ellipse with the specified Brush and Pen.  
     MethodDraw focus rectangle  
     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.  
     MethodDraw a option button.  
     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.  
     MethodOverloaded. Draws 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