'Declaration Public Overloads MustOverride 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 annotationAs System.Drawing.SizeF, _
ByVal rotationRotation, in degrees, of annotation.As Single _
) As System.Drawing.RectangleF
public abstract System.Drawing.RectangleF GetBoundingBox(
System.Drawing.PointF location,
System.Drawing.SizeF size,
float rotation
)
public: abstract System.Drawing.RectangleF* GetBoundingBox(
System.Drawing.PointF location,
System.Drawing.SizeF* size,
float rotation
)
public:
abstract System.Drawing.RectangleF^ GetBoundingBox(
System.Drawing.PointF location,
System.Drawing.SizeF^ size,
float rotation
)
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.