GetImageWidth() private method

private GetImageWidth ( int SourceImage, int &Width ) : int
SourceImage int
Width int
return int
 private void PopulateHeightAndWidth()
 {
     CheckForError(FSDK.GetImageHeight(hImage, ref height));
     CheckForError(FSDK.GetImageWidth(hImage, ref width));
 }