Returns a rectangle centered around point
Namespace: RSGraphics
Delphi |
function CenterRect( const Pt: TRSPoint; Width, Height: TRSGfxFloat ): TRSRect; overload; |
Parameters
Pt
Type: System.Void
Center point of rectangle
Width
Type: System.Void
Width of rectangle
Height
Type: System.Void
Height of rectangle
Type: TRSRect