Instrumentation Widgets for PDA

VectorRectangle Structure

Defines location and size of a rectangle on a surface.

For a list of all members of this type, see VectorRectangle Members.

System.Object
   System.ValueType
      PerpetuumSoft.InstrumentationPDA.Mathematics.VectorRectangle

[Visual Basic]
Public Structure VectorRectangle
[C#]
public struct VectorRectangle

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This structure is similar to the .NET Framework structure RectangleF, however, it offers a set of additional methods and properties facilitating the work with shapes on a plane.

Requirements

Namespace: PerpetuumSoft.InstrumentationPDA.Mathematics

Assembly: PerpetuumSoft.InstrumentationPDA (in PerpetuumSoft.InstrumentationPDA.dll)

See Also

VectorRectangle Members | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace