VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / RectangularObjectBuildingStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
RectangularObjectBuildingStyle Enumeration
In This Topic
Specifies available building styles for rectangular objects.
Syntax
'Declaration

Public Enum RectangularObjectBuildingStyle
   Inherits System.Enum

public enum RectangularObjectBuildingStyle : System.Enum

Members
MemberDescription
DefaultThe left-top point of object, which is being builded, must always coincide with the building start point.
CenterObjectThe center of object, which is being builded, must always coincide with the building start point.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.UI.VisualTools.UserInteraction.RectangularObjectBuildingStyle

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also