API Help
Eplan.EplApi.Base Namespace / RectangleD Structure
Members

RectangleD Structure
This class specifies an area in a coordinate space.
Inheritance Hierarchy

System.Object
   System.ValueType
      Eplan.EplApi.Base.RectangleD

Syntax
public struct RectangleD : System.ValueType 
Public Constructors
 NameDescription
Public ConstructorConstructor which spans rectangle on two points.  
Top
Public Properties
 NameDescription
Public PropertyReturns height of the rectangle.  
Public PropertyReturns lower left corner of the rectangle.  
Public PropertyReturns lower right corner of the rectangle.  
Public PropertyReturns upper left corner of the rectangle.  
Public PropertyReturns upper right corner of the rectangle.  
Public PropertyReturns width of the rectangle.  
Top
See Also