[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmapGraphics.Path.GetBounds

GetBounds Method

GetBounds()

Returns a rectangle that bounds this GcBitmapGraphics.Path.

Declaration
public RectangleF GetBounds()
Public Function GetBounds() As RectangleF
Returns
Type Description
RectangleF

A RectangleF that represents a rectangle that bounds this GcBitmapGraphics.Path.

Implements

GetBounds(Matrix3x2)

Returns a rectangle that bounds this GcBitmapGraphics.Path when this path is transformed by the specified Matrix3x2.

Declaration
public RectangleF GetBounds(Matrix3x2 worldTransform)
Public Function GetBounds(worldTransform As Matrix3x2) As RectangleF
Parameters
Type Name Description
Matrix3x2 worldTransform

The transform to apply to this path before calculating its bounds.

Returns
Type Description
RectangleF

A RectangleF that represents a rectangle that bounds this GcBitmapGraphics.Path.

Implements