'Declaration
Public Function GetStride( _ ByVal ImageID As Integer _ ) As Integer
public int GetStride( int ImageID )
public function GetStride( ImageID: Integer ): Integer;
public function GetStride( ImageID : int ) : int;
public: int GetStride( int ImageID )
public: int GetStride( int ImageID )
Parameters
- ImageID
- GdPicture image identifier.
Return Value
If success, non 0: a GdPicture image stride. If fail, 0: Use the GetStat() method to determine the
reason this method failed.