Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Percent", IsRequired=True)> Public Property Percent As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="Percent", IsRequired=true)] public double Percent {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Percent", IsRequired=true)] public: property double Percent { double get(); void set (double value); } |
Return Value
Get the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family