Spread WPF 18
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 value indicating whether the painting result should be cached.  
     PropertyGets or sets a font value that represents the active font.  
     PropertyGets the horizontal resolution (dots per inch) of this drawing context.  
     PropertyGets the vertical resolution (dots per inch) of this drawing context.  
     PropertyGets or sets a value that indicates whether the picture will be ignore painting effects.  
     PropertyCurrent group brush  
     PropertyGets a boolean value indicates whether the process is measuring.  
     PropertyGets a boolean value indicates whether the process is printing.  
     PropertyGets the value that indicates the graphics mode will be retained or not.  
     PropertyGets or sets a value that indicates whether the drawing object was painted RTL.  
     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
     MethodPrepare the visual element.  
     MethodDisposes this instance.  
     MethodDraws a border between the specified points using the specified GrapeCity.Spreadsheet.BorderLine.  
     MethodDraws the camera object.  
     MethodDraws a 3D checkbox in the specific rectangle.  
     MethodDraw the effects of the IVisualShape.  
     MethodDraws an ellipse with the specified Brush and Pen.  
     MethodDraw focus rectangle  
     MethodDraws the built-in icon.  
     MethodOverloaded. Draws 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.  
     MethodDraws the sparkline  
     MethodOverloaded. Draws the specified text string in the specified rectangle with the specified Brush and GrapeCity.Spreadsheet.Font objects.  
     MethodDraws the specified IVisualShape object.  
     MethodGets the height of text line with the specific font.  
     MethodGets the displayed text of a numeric value that fits to the specified width.  
     MethodSets a rectangle that limits the drawing region of this drawing context.  
     MethodOverloaded. Measure the displayed size of rich text in context.  
     MethodMeasures the boundary of the specified IVisualShape object.  
     MethodRestores the clip.  
     MethodShould paint the children of the geometryDrawing or not.  
    Top
    See Also