[Overview][Types][Classes][Procedures and functions][Index] |
Indicates the geometric shape drawn on the shaped control.
Source position: extctrls.pp line 301
public property TCustomShape.Shape : TShapeType |
Shape is a TShapeType property that specifies the geometric shape drawn on the control. Shape is used in the DrawToCanvas method. It and determines the number of vertices needed for the shape, and their locations on the control. It also determines the drawing operations performed to draw the Shape on the control Canvas. For example:
Use Brush and Pen to control the color and drawing style for the background and lines on the shaped control.
|
Draws the Shape for the control on the specified canvas. |
|
|
Event handler signalled to get a custom vertices for the shape drawn on the control. |
|
|
The Brush used to fill the shaped control. |
|
|
The Pen used to draw lines on the shaped control. |
|
|
TShapeType is an enumerated type with values representing standard geometric shapes. |
|
|
Implements a drawing surface for a visual control or bitmap image. |
Version 4.0 | Generated 2025-05-03 | Home |