Class ImagePrimitiveImpl
Inheritance
System.Object
ImagePrimitiveImpl
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.WinControls.dll
Syntax
public class ImagePrimitiveImpl
Constructors
Declaration
public ImagePrimitiveImpl(IImageElement imageElement)
Parameters
Methods
Declaration
public static void PaintCenterImage(IGraphics graphics, Image image, RectangleF rect, float opacity, Size scaledImageSize, bool paintUnscaled)
Parameters
|
IGraphics
graphics
|
|
System.Drawing.Image
image
|
|
System.Drawing.RectangleF
rect
|
|
System.Single
opacity
|
|
System.Drawing.Size
scaledImageSize
|
|
System.Boolean
paintUnscaled
|
Declaration
public static void PaintCenterSvgImage(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, float opacity, Size svgImageSize, bool paintUnscaled)
Parameters
|
IGraphics
graphics
|
|
RadSvgImage
svgImage
|
|
System.Drawing.RectangleF
rect
|
|
System.Single
opacity
|
|
System.Drawing.Size
svgImageSize
|
|
System.Boolean
paintUnscaled
|
Declaration
public virtual void PaintImage(IGraphics graphics, Image image, RectangleF rect, ImageLayout imageLayout, ContentAlignment imageAlignment, float opacity, bool rtl)
Parameters
|
IGraphics
graphics
|
|
System.Drawing.Image
image
|
|
System.Drawing.RectangleF
rect
|
|
System.Windows.Forms.ImageLayout
imageLayout
|
|
System.Drawing.ContentAlignment
imageAlignment
|
|
System.Single
opacity
|
|
System.Boolean
rtl
|
Declaration
public virtual void PaintImage(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, ImageLayout imageLayout, ContentAlignment imageAlignment, float opacity, bool rtl)
Parameters
|
IGraphics
graphics
|
|
RadSvgImage
svgImage
|
|
System.Drawing.RectangleF
rect
|
|
System.Windows.Forms.ImageLayout
imageLayout
|
|
System.Drawing.ContentAlignment
imageAlignment
|
|
System.Single
opacity
|
|
System.Boolean
rtl
|
Declaration
public static void PaintImageWithAlignment(IGraphics graphics, Image image, RectangleF rect, ContentAlignment imageAlignment, Size scaledImageSize, bool paintUnscaled)
Parameters
|
IGraphics
graphics
|
|
System.Drawing.Image
image
|
|
System.Drawing.RectangleF
rect
|
|
System.Drawing.ContentAlignment
imageAlignment
|
|
System.Drawing.Size
scaledImageSize
|
|
System.Boolean
paintUnscaled
|
Declaration
public static void PaintStretchImage(IGraphics graphics, Image image, RectangleF rect, float opacity)
Parameters
|
IGraphics
graphics
|
|
System.Drawing.Image
image
|
|
System.Drawing.RectangleF
rect
|
|
System.Single
opacity
|
Declaration
public static void PaintStretchSvgImage(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, float opacity)
Parameters
Declaration
public static void PaintSvgImageWithAlignment(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, ContentAlignment imageAlignment, Size svgImageSize, bool paintUnscaled)
Parameters
|
IGraphics
graphics
|
|
RadSvgImage
svgImage
|
|
System.Drawing.RectangleF
rect
|
|
System.Drawing.ContentAlignment
imageAlignment
|
|
System.Drawing.Size
svgImageSize
|
|
System.Boolean
paintUnscaled
|
Declaration
public static void PaintTileImage(IGraphics graphics, Image image, RectangleF rect, float opacity, Size scaledImageSize)
Parameters
|
IGraphics
graphics
|
|
System.Drawing.Image
image
|
|
System.Drawing.RectangleF
rect
|
|
System.Single
opacity
|
|
System.Drawing.Size
scaledImageSize
|
Declaration
public static void PaintTileSvgImage(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, float opacity, Size svgImageSize)
Parameters
|
IGraphics
graphics
|
|
RadSvgImage
svgImage
|
|
System.Drawing.RectangleF
rect
|
|
System.Single
opacity
|
|
System.Drawing.Size
svgImageSize
|
Declaration
public static void PaintZoomImage(IGraphics graphics, Image image, RectangleF rect, float opacity, Size scaledImageSize)
Parameters
|
IGraphics
graphics
|
|
System.Drawing.Image
image
|
|
System.Drawing.RectangleF
rect
|
|
System.Single
opacity
|
|
System.Drawing.Size
scaledImageSize
|
Declaration
public static void PaintZoomSvgImage(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, float opacity, Size svgImageSize)
Parameters
|
IGraphics
graphics
|
|
RadSvgImage
svgImage
|
|
System.Drawing.RectangleF
rect
|
|
System.Single
opacity
|
|
System.Drawing.Size
svgImageSize
|
Extension Methods