Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IGeometry Interface
Properties Methods

In This Topic
    IGeometry Interface Members
    In This Topic

    The following tables list the members exposed by IGeometry.

    Public Properties
     NameDescription
     PropertyGets the fill mode of this geometry.  
     PropertyGets or sets a value indicating whether draw the outline of this geometry.  
    Top
    Public Methods
     NameDescription
     MethodDraws an arc with the specified parameters from the current pen position to the new point specified  
     MethodEnds the series of lines and curves in the creation path of a custom geometric shape.  
     MethodDraw a cubic Bezier curve along the specified points.  
     MethodDraws a line from the current position to the specified point.  
     MethodUpdates the current position to the specified point.  
     MethodDraw a quadratic Bezier curve along the specified points.  
    Top
    See Also