ASCIIArt.NativeMethods.GetTextExtentPoint32 C# (CSharp) Méthode

GetTextExtentPoint32() private méthode

private GetTextExtentPoint32 ( [ hdc, [ lpString, [ c, [ lpSize ) : System.Boolean
hdc [
lpString [
c [
lpSize [
Résultat System.Boolean
        public extern static Boolean GetTextExtentPoint32([In] IntPtr hdc, [In] String lpString, [In] Int32 c, [Out] out SIZE lpSize);