[Visual Basic] Public Shared Function img_pad( _ ByVal p_dst_pAVPicture As IntPtr, _ ByVal p_src_pAVPicture As IntPtr, _ ByVal height As Integer, _ ByVal width As Integer, _ ByVal pix_fmt As Integer, _ ByVal padtop As Integer, _ ByVal padbottom As Integer, _ ByVal padleft As Integer, _ ByVal padright As Integer, _ ByRef color As Integer _ ) As Integer
[C#] public static int img_pad( IntPtrp_dst_pAVPicture, IntPtrp_src_pAVPicture, intheight, intwidth, intpix_fmt, intpadtop, intpadbottom, intpadleft, intpadright, ref intcolor );