public CreateGrayscaleImageCommand(
int ,
int ,
int
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim bitsPerPixel As Integer
Dim lowBit As Integer
Dim highBit As Integer
Dim instance As New CreateGrayscaleImageCommand(bitsPerPixel, lowBit, highBit)
public CreateGrayscaleImageCommand(
int bitsPerPixel,
int lowBit,
int highBit
)
-(id)initWithBitsPerPixel:(unsigned int)bitsPerPixel lowBit:(int)lowBit highBit:(int)highBit;
public CreateGrayscaleImageCommand(int bitsPerPixel, int lowBit, int highBit)
function CreateGrayscaleImageCommand(
bitsPerPixel ,
lowBit ,
highBit
)
public:
CreateGrayscaleImageCommand(
int ,
int ,
int
)