[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TLazIntfImageMask - applying a mask at the Raw Image level.
Source position: intfgraphics.pas line 281
type TLazIntfImageMask = class(TFPCustomImage) |
||
protected |
||
procedure SetInternalColor(); override; |
|
|
function GetInternalColor(); override; |
|
|
procedure SetInternalPixel(); override; |
|
|
function GetInternalPixel(); override; |
|
|
public |
||
constructor CreateWithImage(); virtual; |
|
|
property Image: TLazIntfImage; [r] |
|
Image - the image to which masking is applied. |
end; |
|
TLazIntfImageMask - applying a mask at the Raw Image level. |
|
| | ||
TObject |