[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Composition.View

View Class

Represents a Layer with an associated LayoutView object and transformation.

Inheritance
View
Namespace: GrapeCity.Documents.Layout.Composition
Assembly: DS.Documents.Imaging.dll
Syntax
public class View : Layer
Public Class View
    Inherits Layer

Properties

Name Description
Height

Gets the height of the associated LayoutView.

LayoutView

Gets the associated LayoutView object.

Transform

Gets the transformation matrix of the current View.

Width

Gets the width of the associated LayoutView.

Methods

Name Description
Detach()

Detaches this View from the owner Surface.

GetSpace(int)

Searches for a Space or View with the given space ID.

ResetTransform()

Resets the transformation matrix to the base View transformation or to Identity.

Rotate(float)

Applies a rotation transformation.

Scale(float)

Applies a scaling transformation.

Scale(float, float)

Applies a scaling transformation.

SetTransform(Matrix)

Assigns a transformation matrix to this View relative to the Surface or the base View.

Skew(float, float)

Applies a skew transformation.

Translate(float, float)

Applies a translation transformation.