SvgBitmap Methods
A raster image created from a vector icon.| Name | Description |
|---|---|
| ClearCache(Boolean) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| Create(SvgImage) static |
Creates a new SvgBitmap object from the specified vector image.
|
| Create(Size) static | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| DisposeBufferedImage() static | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| ForceHighSpeedRendering(Action) static | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ForceHighSpeedRendering<T>(Func<T>) static | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| FromFile(String) static |
Creates a new SvgBitmap object from the specified vector image.
|
| FromStream(Stream) static |
Creates a new SvgBitmap object from the specified stream that stores a vector image.
|
| GetBounds(Boolean) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| HitTest(PointF, Double) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Render(ISvgPaletteProvider, Double, DefaultBoolean, DefaultBoolean) | Returns a raster image with the specified scale factor based on the SVG bitmap. |
| Render(Size, ISvgPaletteProvider, DefaultBoolean, DefaultBoolean) | Returns a raster image with the specified size based on the SVG bitmap. |
| RenderDXImage(Size, ISvgPaletteProvider) | |
| RenderToDXGraphics(IDXGraphics, ISvgPaletteProvider, Double, DefaultBoolean) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| RenderToGraphics(Graphics, ISvgPaletteProvider, Double, DefaultBoolean) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| RenderToSvgGraphics(ISvgGraphics, ISvgPaletteProvider, Double) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ResetRenderedImage(Boolean) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| Save(String) | Saves the image to the specified file. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| WrapElement(SvgElement) | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
See Also