Class Image
Represents image element.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Objects
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Image : PositionContentElement, IFixedDocumentElement, IAlphaConstantProvider
Constructors
Image()
Properties
AlphaConstant
Gets or sets the alpha constant. Specifying the constant shape or constant opacity value to be used for nonstroking operations.
Declaration
public double? AlphaConstant { get; set; }
Property Value
System.Nullable<System.Double>
The alpha constant. |
Height
Gets or sets the height.
Declaration
public double Height { get; set; }
Property Value
System.Double
The height. |
ImageSource
Gets or sets the image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
The image source. |
Width
Gets or sets the width.
Declaration
public double Width { get; set; }
Property Value
System.Double
The width. |
Methods
CreateClonedInstance()
Creates the cloned instance.
Declaration
protected override PositionContentElement CreateClonedInstance()
Returns
PositionContentElement
The cloned instance. |
Overrides
GetBitmapSource()
Creates System.Windows.Media.Imaging.BitmapSource from the image element.
Declaration
public BitmapSource GetBitmapSource()
Returns
System.Windows.Media.Imaging.BitmapSource
The System.Windows.Media.Imaging.BitmapSource instance. |