Ejemplo n.º 1
0
        public bool SetTextSettings(Cite_Overlay co)
        {
            bool flag = false;

            if (this.IsConnected)
            {
                flag = CiteDLL.XX_SetTextStampSetting(this.CamSerial, co.TextPos, co.Red, co.Green, co.Blue, co.AddBadge, co.AddGPS);
            }
            return(flag);
        }