Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IFigure Interface
Properties Methods

In This Topic
    IFigure Interface Members
    In This Topic

    The following tables list the members exposed by IFigure.

    Public Properties
     NameDescription
     PropertyGets a value indicating if the figure is closed, i.e. a line is drawn between the end point of the last segment and the start point.  
     PropertyGets the maximum number of intersections that a polygon can have when testing a line.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the maximum Y coordinate where the X coordinate is equal to TransformedMaxX.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the minimum Y coordinate where the X coordinate is equal to TransformedMaxX.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the maximum X coordinate where the Y coordinate is equal to TransformedMaxY.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the minimum X coordinate where the Y coordinate is equal to TransformedMaxY.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the maximum Y coordinate where the X coordinate is equal to TransformedMinX.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the minimum Y coordinate where the X coordinate is equal to TransformedMinX.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the maximum X coordinate where the Y coordinate is equal to TransformedMinY.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the minimum X coordinate where the Y coordinate is equal to TransformedMinY.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets or sets the transformation matrix for a figure.  
     PropertyGets the maximum X coordinate among the transformed points.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the maximum Y coordinate among the transformed points.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the minimum X coordinate among the transformed points.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets the minimum Y coordinate among the transformed points.

    Call the Flatten(Matrix3x2) method before using this property.

     
     PropertyGets points in world coordinates that will be joined by straight lines to form the polygon.

    Call the Flatten(Matrix3x2) method before using this property.

     
    Top
    Public Methods
     NameDescription
     MethodCreates a copy of the current figure.  
     MethodConverts each curve in this figure into a sequence of connected line segments.  
     MethodReverses the order of points in the figure.  
    Top
    See Also