|
DoPaint
|
Override this method to paint the control (Overrides RSGdiPlusCtrls.TRSCustomTransparentGraphicControl.DoPaint.)
|
|
GetAbsoluteMatrix
|
Returns the absolute transformation matrix of the control. AbsoluteMatrix is calculated using Matrix and AbsoluteMatrix of its parent
|
|
GetMatrix
|
Returns the local transformation matrix of the control
|
|
GetOpacity
|
Returns the control opacity.
|
|
GetShapeRectForRot(TObject,TRSRect)
|
Represents method GetShapeRectForRot(TObject,TRSRect).
|
|
ObjectChanged(TObject)
|
Represents method ObjectChanged(TObject).
|
|
Paint(TRSGPCanvas,TRSGPMatrix,Single)
|
Overloaded. Represents method Paint(TRSGPCanvas,TRSGPMatrix,Single).
|
|
PointInObject(Integer,Integer)
|
Overloaded. Checks whether the point, specified by the absolute coordinates, belongs to the control area.
PointInObject returns True if the specified point belongs to the control area, and False otherwise.
The X and Y are the absolute coordinates (relative to the main form) of the point to be checked. The points of the control boundary specified by BoundsRect belong to the control and PointInObject returns True for them.
|
|
PointInObject(Single,Single)
|
Overloaded. Checks whether the point, specified by the absolute coordinates, belongs to the control area.
PointInObject returns True if the specified point belongs to the control area, and False otherwise.
The X and Y are the absolute coordinates (relative to the main form) of the point to be checked. The points of the control boundary specified by BoundsRect belong to the control and PointInObject returns True for them.
|
|
SetOpacity(Single)
|
Sets the control opacity.
Set Opacity to customize the transparency of the current control.
Opacity takes values between 0 and 1. If Opacity is 1, the control is completely opaque; if it is 0, the control is completely transparent. The values over 1 are treated as 1, and the ones under 0 are treated as 0.
Opacity applies to the control's children.
|