Click or drag to resize

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()

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