Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NImageBlock Class / InitXForm Method


In This Topic
    InitXForm Method (NImageBlock)
    In This Topic
    Helper method for setting up the transformation of the image block relative to the owner shape.
    Syntax
    'Declaration
     
    
    Public Overridable Sub InitXForm( _
       ByVal xform As ENImageBlockXForm _
    ) 
    'Usage
     
    
    Dim instance As NImageBlock
    Dim xform As ENImageBlockXForm
     
    instance.InitXForm(xform)
    public virtual void InitXForm( 
       ENImageBlockXForm xform
    )

    Parameters

    xform
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also