Пример #1
0
        public static bool ImageButton(string filePath)
        {
            var texture = TextureUtil.GetTexture(filePath);

            return(ImageButton(filePath, texture.Size, Vector.Zero));
        }