|
![]() |
Creates a new extents object.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ left As Integer, _ right As Integer, _ bottom As Integer, _ top As Integer, _ originX As Integer, _ originY As Integer _ ) |
C# |
---|
public TextExtents2D( int left, int right, int bottom, int top, int originX, int originY ) |
Visual C++ |
---|
public: TextExtents2D( int left, int right, int bottom, int top, int originX, int originY ) |
Parameters
- left
- Type: System..::..Int32
- right
- Type: System..::..Int32
- bottom
- Type: System..::..Int32
- top
- Type: System..::..Int32
- originX
- Type: System..::..Int32
- originY
- Type: System..::..Int32