(Read only) Gets the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Percent As Double |
C# | |
---|
public double Percent {get;} |
Managed Extensions for C++ | |
---|
public: __property double get_Percent(); |
Return Value
Get the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.
Example
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