Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutView Class / SetRelativeTransform Method
A LayoutView to be used as the base for relative transformation.
The transformation matrix relative to the baseView.

In This Topic
    SetRelativeTransform Method
    In This Topic
    Sets the transformation matrix relative to other LayoutView.
    Syntax
    'Declaration
     
    Public Sub SetRelativeTransform( _
       ByVal baseView As LayoutView, _
       ByVal relativeTransform As Matrix _
    ) 
    public void SetRelativeTransform( 
       LayoutView baseView,
       Matrix relativeTransform
    )

    Parameters

    baseView
    A LayoutView to be used as the base for relative transformation.
    relativeTransform
    The transformation matrix relative to the baseView.
    See Also