(Read only) Gets a value that indicates what percentage of the entire image the selected pixels are, expressed in hundredths of percent.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Percent As Double |
C# | |
---|
public double Percent {get;} |
Return Value
The percentage value of selected pixels to all of the pixels in the image, in hundredths of percent.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also