Draws a rectangle using the current brush of the canvas to draw the border.
Implements the drawing a 1-pixel-wide border around a rectangular region. FrameRect does not fill the interior of the rectangle with the current brush pattern.
Namespace: RSGdiPlusGraphics
Delphi
|
public
procedure FrameRect(const Rect: TRect); override;
|
Parameters
Rect
Type: TRect
Reference
•RSGdiPlusGraphics.TRSGPCanvas.DrawRect(TRectF,Single,Single,TRSGPCorners,Single,TRSGPPen,TRSGPCornerType) •RSGdiPlusGraphics.TRSGPCanvas.FillRect(TRectF,Single,Single,TRSGPCorners,Single,TRSGPBrush,TRSGPCornerType) •RSGdiPlusGraphics.TRSGPCanvas.RoundRect(Integer,Integer,Integer,Integer,Integer,Integer) •RSGdiPlusGraphics.TRSGPCanvas.Polygon(TPoint[]) •RSGdiPlusGraphics.TRSGPCanvas.Rectangle(Integer,Integer,Integer,Integer) •TRSGPCanvas •RSGdiPlusGraphics |