'Declaration
Public Function GetColorChannelFlagsY( _ ByVal ImageID As Integer _ ) As Integer
public int GetColorChannelFlagsY( int ImageID )
public function GetColorChannelFlagsY( ImageID: Integer ): Integer;
public function GetColorChannelFlagsY( ImageID : int ) : int;
public: int GetColorChannelFlagsY( int ImageID )
public: int GetColorChannelFlagsY( int ImageID )
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.