'Declaration Public Overloads Overrides Function GetBoundingBox( _
ByVal locationLocation, in device-independent pixels (1/96th inch), of annotation.As System.Drawing.PointF, _
ByVal sizeSize, in device-independent pixels (1/96th inch), of annotation.As System.Drawing.SizeF, _
ByVal rotationRotation, in degrees, of annotation.As Single _
) As System.Drawing.RectangleF
public override System.Drawing.RectangleF GetBoundingBox(
System.Drawing.PointF location,
System.Drawing.SizeF size,
float rotation
)
public: System.Drawing.RectangleF* GetBoundingBox(
System.Drawing.PointF location,
System.Drawing.SizeF* size,
float rotation
); override
public:
System.Drawing.RectangleF^ GetBoundingBox(
System.Drawing.PointF location,
System.Drawing.SizeF^ size,
float rotation
); override
Parameters
- location
- Location, in device-independent pixels (1/96th inch), of annotation.
- size
- Size, in device-independent pixels (1/96th inch), of annotation.
- rotation
- Rotation, in degrees, of annotation.
Return Value
Bounding box of annotation.