IVectorImage
Description
- Derived from
- Extended by
-
VectorImage abstract
Base interface for classes that load 2D vector images and rasterize them to a pixel buffer.
Public / Methods
Rasterize
Rasterizes the vector image into the given color buffer.
Calling this method after the IVectorImage has been disposed is allowed, but will return silently without performing any rasterization.
Public / Attributes
Size
Returns the dimensions of the vector image.
The returned length values do not have any specific unit of measure. So consuming the aspect ratio (see IVectorImage.AspectRatio) may be favorable over consuming the width and height individually.