Blob’s image size.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public bool OriginalSize { get; internal set; } |
Remarks
The property specifies size of the blob’s image. If the property is set to trueTruetruetrue (True in Visual Basic), the blob’s image size equals to the size of original image. If the property is set to falseFalsefalsefalse (False in Visual Basic), the blob’s image size equals to size of actual blob.