Additional Inherited Members | |
![]() | |
void | Set (ILImage *img, ILRegion *sampleRegion) |
![]() | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
![]() | |
LString | FolderPath [get] |
The folder path of the sample. It's assigned when the sample is loaded in the database or from a specified file path, for the new created standalone sample, it's empty. | |
LString | FullPath [get] |
The full path of the sample, which is the composition of FolderPath and Name. | |
ILImage | Image [get] |
The image attached to the sample. | |
LString | Name [get] |
The unique name of the sample, which is the formatted timestamp and also used as the serialized file name. | |
ILRegion | Region [get] |
The region attached to the sample, could be null. | |
![]() | |
LString | Name [get, set] |
Name of the object. By default, the object has no name. In most cases, LPV classes don't make use of the names. The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More... | |
This class implements the interface ILSample, and is used to create an instance of sample.