예제 #1
0
        public override object Copy(object handle)
        {
            NSFont f = (NSFont)handle;

            return(f.Copy());
        }