Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENImageBlockXForm Enumeration


In This Topic
    ENImageBlockXForm Enumeration
    In This Topic
    Enumerates the predefined ways in which a shape image block transform can be initialized.
    Syntax
    'Declaration
     
    
    Public Enum ENImageBlockXForm 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENImageBlockXForm
    public enum ENImageBlockXForm : System.Enum 
    Members
    MemberDescription
    CustomPinThe image block is sized to the shape desired size. Binds the LocPinX and LocPinY of the image block to the center of the image block. Leaves the PinX and PinX to be specified by the user. Sets the angle to zero.
    GeometryContourMiddleThe image block is sized to the shape desired size. Binds the LocPinX and LocPinY of the image block to the center of the image block. Binds the PinX and PinX of the shape geometry contour middle. Binds the angle to the shape geometry contour angle in the middle.
    ShapeBoxThe image block is sized and positioned inside the shape Width/Height box. This has the following effect: Binds the Width and Height properties to the Width and Height of the shape. Binds the LocPinX and LocPinY of the image block to the center of the image block. Binds the PinX and PinX of the image block to the center of the shape. Sets the angle to zero.
    ShapeLineMiddleThe image block is sized to the shape desired size. Binds the LocPinX and LocPinY of the image block to the center of the image block. Binds the PinX and PinX of the shape line middle (the line connecting the Begin and End points). Binds the angle to the shape line angle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENImageBlockXForm

    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