[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TLazIntfImageMask - applying a mask at the Raw Image level
Source position: intfgraphics.pas line 273
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 |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |