Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / View Class / SetTransform Method

In This Topic
    SetTransform Method (View)
    In This Topic
    Assigns a transformation matrix to this View relative to the Surface or the base View.
    Syntax
    'Declaration
     
    Public Sub SetTransform( _
       ByVal transform As Matrix _
    ) 
    public void SetTransform( 
       Matrix transform
    )

    Parameters

    transform
    See Also