System.Drawing.Point.LowInt16 C# (CSharp) 메소드

LowInt16() 개인적인 정적인 메소드

private static LowInt16 ( int n ) : short
n int
리턴 short
        private static short LowInt16(int n) => (short)(n & 0xffff);
    }