MonoTouch.Dialog BaseBooleanImageElement in C# (CSharp): 5 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per MonoTouch.Dialog.BaseBooleanImageElement, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
This class is used to render a string + a state in the form of an image.
It is abstract to avoid making this element keep two pointers for the state images, saving 8 bytes per slot. The more derived class "BooleanImageElement" shows one way to implement this by keeping two pointers, a better implementation would return pointers to images that were preloaded and are static. A subclass only needs to implement the GetImage method.