public enum EN1DShapeXForm : System.Enum
public enum EN1DShapeXForm : System.Enum
Member | Description |
---|---|
Box | The 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. |
BoxAbsolute | The 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. |
Vector | The 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. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Diagram.EN1DShapeXForm
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)