'Declaration Public Overloads Overrides Function GetAuthorBoundingBox( _
ByVal locationLocation, in device-independent pixels (1/96th inch), of annotation.As System.Windows.Point, _
ByVal sizeSize, in device-independent pixels (1/96th inch), of annotationAs System.Windows.Size, _
ByVal rotationRotation, in degrees, of annotation.As Double _
) As System.Windows.Rect
public override System.Windows.Rect GetAuthorBoundingBox(
System.Windows.Point location,
System.Windows.Size size,
double rotation
)
public: System.Windows.Rect* GetAuthorBoundingBox(
System.Windows.Point location,
System.Windows.Size* size,
double rotation
); override
public:
System.Windows.Rect^ GetAuthorBoundingBox(
System.Windows.Point location,
System.Windows.Size^ size,
double 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.