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

In This Topic
    LayoutView Class Members
    In This Topic

    The following tables list the members exposed by LayoutView.

    Public Properties
     NameDescription
    Public PropertyGets a LayoutView to be used as the base for the current view's relative transformation.  
    Public PropertyGets a value indicating if the LayoutView does not allow any modifications.  
    Public PropertyGets or sets the height of the view rectangle.  
    Public PropertyGets the owner LayoutHost object.  
    Public PropertyGets the inverted transformation matrix.

    InverseTransform is automatically updated when setting the Transform property.

     
    Public PropertyGets the transformation matrix relative to the BaseView.  
    Public PropertyGets or sets the object that contains data about the LayoutView.  
    Public PropertyGets or sets the transformation matrix for the LayoutView.  
    Public PropertyGets or sets the width of the view rectangle.  
    Top
    Public Methods
     NameDescription
    Public MethodMoves the current LayoutView to a new position relative to another LayoutView.  
    Public MethodReturns a System.Drawing.RectangleF with the same Width and Height as the view rectangle.  
    Public MethodCreates a new Contour and associates it with the LayoutView.  
    Public MethodCreates a point associated with the LayoutView to be used as an anchor for LayoutRects.  
    Public MethodCreates a new LayoutRect and associates it with the LayoutView.  
    Public MethodDetaches the LayoutView from its owner LayoutHost and removes all constraints referencing objects on the LayoutView.  
    Public MethodCalculates the minimal System.Drawing.RectangleF that contains all non-empty LayoutRects, excluding the view itself.  
    Public MethodOverloaded. Transforms a point from the current LayoutView coordinates to other view's coordinates.  
    Public MethodSets the transformation matrix relative to other LayoutView.  
    Top
    See Also