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


In This Topic
    EN1DShapeXForm Enumeration
    In This Topic
    Enumerates the predefined ways in which a 1D shape transform can be initialized.
    Syntax
    'Declaration
     
    
    Public Enum EN1DShapeXForm 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EN1DShapeXForm
    public enum EN1DShapeXForm : System.Enum 
    Members
    MemberDescription
    BoxThe 1D shape transform is initialized as a box formed by the begin and end points, such that: Binds the Width to the X distance between the Begin and End points. Binds the Height to the Y distance between the Begin and End points. Binds the PinX and PinY to the middle point of the line connecting the Begin and End points. Binds the LocPinX and LocPinY to the center of the shape. Sets the angle to zero.
    BoxAbsoluteThe 1D shape transform is initialized as a box formed by the begin and end points, such that: Binds the Width to the absolute X distance between the Begin and End points. Binds the Height to the absolute Y distance between the Begin and End points. Binds the PinX and PinY to the middle point of the line connecting the Begin and End points. Binds the LocPinX and LocPinY to the center of the shape. Sets the angle to zero.
    VectorThe 1D shape transform is initialized as a vector connecting the begin and end points, such that: Binds the Width to the distance between the Begin and End points. Binds the Angle to the angle formed by the line connecting the Begin and End points and the X axis. Binds the PinX and PinY to the middle point of the line connecting the Begin and End points. Binds the LocPinX and LocPinY to the center of the shape local alignment box.
    Inheritance Hierarchy

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

    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