CenterPoint property (LEADDlgImgEffect Control)
Builder Syntax |
TPoint CenterPoint |
Delphi Syntax |
CenterPoint: TPoint |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the center point.
This property is associated with the following dialog boxes:
In this case it represents the point about which the image is blurred. | |
In this case it represents the point about which the image is blurred and zoomed. | |
In this case it represents the center point from which the wave is zoomed. | |
In this case it represents the point from which the wave radiates. | |
In this case it represents the center of the swirl. | |
In this case it represents the center of the Ripple wave. | |
In this case it represents the center of the arc. This is ignored when either BND_HORZ or BND_VERT is set in the BendingFlags property. | |
In this case it represents the center of the sphere. | |
In this case it represents the center of revolution when circular cells are used. This property will be ignored if PIX_RECT is set in PixelateFlags property. | |
In this case it represents the point around which the image will be pinched or punched. The center point must be defined inside the bitmap or inside the region, if the bitmap has a region. |
The point should be within the image rectangle coordinates. However, if there is a region in the bitmap, then the point should be within the region.
See Also