Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal rect As RectangleF, _ ByVal unit As AnnUnit _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnRectangle( RectangleF rect, AnnUnit unit ) |
C++/CLI | |
---|---|
public: AnnRectangle( RectangleF rect, AnnUnit unit ) |
Parameters
- rect
- A RectangleF structure that uses floating-point numbers that represents the location and size of the new AnnRectangle structure.
- unit
- An AnnUnit value specifying the unit of measure to be used.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family