Class AddImage
Represents an operator that specifies drawing the specified image to the canvas.
public class AddImage : CanvasElement
- Inheritance
-
AddImage
- Inherited Members
Properties
- Destination
Gets or sets the optional region in which to draw the image.
- Image
Gets or sets the image to draw.
- Interpolation
Gets or sets the interpolation method used to resize the input image, if required.
Methods
- GetRenderer()
Returns the image drawing operation.