PdfShapeWidget
GetBoundsInternal Method
|
Returns a rectangle that bounds this element.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected abstract RectangleF GetBoundsInternal()
Protected MustOverride Function GetBoundsInternal As RectangleF
protected:
virtual RectangleF GetBoundsInternal() abstract
abstract GetBoundsInternal : unit -> RectangleF
Return Value
Type:
RectangleF
Returns a rectangle that bounds this element.
Remarks
This method doesn't take into consideration a rotation of the element.
See Also