'Declaration Public Overloads Overrides Function GetAuthorBoundingBox( _
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 override System.Drawing.RectangleF GetAuthorBoundingBox(
System.Drawing.PointF location,
System.Drawing.SizeF size,
float rotation
)
public: System.Drawing.RectangleF* GetAuthorBoundingBox(
System.Drawing.PointF location,
System.Drawing.SizeF* size,
float rotation
); override
public:
System.Drawing.RectangleF^ GetAuthorBoundingBox(
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
An author bounding box, in the image space, of annotation.