public int BlueFactor {get; set;}
'Declaration
Public Property BlueFactor As Integer
'Usage
Dim instance As GrayScaleExtendedCommand
Dim value As Integer
instance.BlueFactor = value
value = instance.BlueFactor
public int BlueFactor {get; set;}
@property (nonatomic, assign) int blueFactor;
public int getBlueFactor()
public void setBlueFactor(int value)
get_BlueFactor();
set_BlueFactor(value);
Object.defineProperty('BlueFactor');
public:
property int BlueFactor {
int get();
void set ( int value);
}
Property Value
Value that represents the percentage or weight given to the blue value of each pixel in the image. Possible values are 0 to 1000.