GetColorChannelFlagsM Method (GdPictureImaging)
Returns a new GdPicture image based on the Magenta channel of the CMYK color space of a GdPicture
image.
public int GetColorChannelFlagsM(
int
)
public function GetColorChannelFlagsM(
: Integer
): Integer;
public function GetColorChannelFlagsM(
: int
) : int;
public: int GetColorChannelFlagsM(
int
)
public:
int GetColorChannelFlagsM(
int
)
'Declaration
Public Function GetColorChannelFlagsM( _
ByVal As Integer _
) As Integer
Parameters
- ImageID
- GdPicture image identifier.
Return Value
0: The image could not be created. Use the GetStat() method to determine the reason this method
failed.
Non-zero: GdPicture image identifier. The created image. The ReleaseGdPictureImage() method must be subsequently used to release the image from the memory.