C#
VB
C++
Gets the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.
[DataMemberAttribute(Name="Percent", IsRequired=true)]
public double Percent { get; set; }
<DataMemberAttribute(Name="Percent", IsRequired=True)>
Public Property Percent As Double
[DataMemberAttribute(Name="Percent", IsRequired=true)]
public:
property double Percent {
double get();
void set ( double );
}
Get the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET