ASCIIArt.NativeMethods.GetTextExtentPoint32 C# (CSharp) Method

GetTextExtentPoint32() private method

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