Returns a rectangle centered around point
Namespace: RSGraphics
Delphi |
function CenterRect( const X, Y: TRSGfxFloat; Width, Height: TRSGfxFloat ): TRSRect; overload; |
Parameters
X
Type: System.Void
Coordinate of X-axis center point
Y
Type: System.Void
Coordinate of Y-axis center point
Width
Type: System.Void
Width of rectangle
Height
Type: System.Void
Height of rectangle
Type: TRSRect