Overload | Description |
---|---|
AnnRectangle Constructor(AnnPoint,AnnSize) | Initializes a new instance of the AnnRectangle structure at the specified location and of the specified size. |
AnnRectangle Constructor(RectangleF) | Initializes a new instance of the AnnRectangle structure from a RectangleF. |
AnnRectangle Constructor(RectangleF,AnnUnit) | Initializes a new instance of the AnnRectangle structure from a RectangleF structure and a unit of measure. |
AnnRectangle Constructor(Single,Single,Single,Single) | Initializes a new instance of the AnnRectangle structure using the specified dimensions. |
AnnRectangle Constructor(Single,Single,Single,Single,AnnUnit) | Initializes a new instance of the AnnRectangle structure at a specific location using specified dimensions and AnnUnit value. |
The unit of measure will be set to the default (Pixel).
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family