Interface IImage
- Namespace
- Myra.Graphics2D
- Assembly
- Myra.dll
Represents an image that can be drawn and has a defined size.
public interface IImage : IBrush
- Inherited Members
- Extension Methods
Properties
Size
Gets the size of the image in pixels.
Point Size { get; }
Property Value
- Point