コード例 #1
0
        public bool Dithering()
        {
            var res = false;

            Check(_api.GetDithering(GetHandle(), ref res));
            return(res);
        }