Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / Contour Class
Properties Methods

In This Topic
    Contour Class Members
    In This Topic

    The following tables list the members exposed by Contour.

    Public Properties
     NameDescription
    Public PropertyGets a read-only list of AnchorPoints.  
    Public PropertyGets or sets the object that contains data about the Contour.  
    Public PropertyGets the owner LayoutView object.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds one AnchorPoint to the Contour.  
    Public MethodAdds all AnchorPoints from the collection to the Contour.  
    Public MethodDetaches the Contour from its owner LayoutView and removes all constraints referencing the Contour.  
    Public MethodOverloaded. Gets the minimal System.Drawing.RectangleF that contains all points of the Contour relative to the specified LayoutView.  
    Public MethodReturns an array of all AnchorPoint coordinates transformed to the specified LayoutRect.  
    Public MethodReturns an array of all AnchorPoint coordinates transformed to the specified LayoutView.  
    Top
    See Also