Class ImagePrimitiveImpl
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public class ImagePrimitiveImpl
Constructors
ImagePrimitiveImpl(IImageElement)
Declaration
public ImagePrimitiveImpl(IImageElement imageElement)
Parameters
IImageElement
imageElement
|
Methods
PaintCenterImage(IGraphics, Image, RectangleF, Single, Size, Boolean)
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
|
PaintCenterSvgImage(IGraphics, RadSvgImage, RectangleF, Single, Size, Boolean)
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
|
PaintImage(IGraphics, Image, RectangleF, ImageLayout, ContentAlignment, Single, Boolean)
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
|
PaintImage(IGraphics, RadSvgImage, RectangleF, ImageLayout, ContentAlignment, Single, Boolean)
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
|
PaintImageWithAlignment(IGraphics, Image, RectangleF, ContentAlignment, Size, Boolean)
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
|
PaintStretchImage(IGraphics, Image, RectangleF, Single)
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
|
PaintStretchSvgImage(IGraphics, RadSvgImage, RectangleF, Single)
Declaration
public static void PaintStretchSvgImage(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, float opacity)
Parameters
IGraphics
graphics
|
RadSvgImage
svgImage
|
System.Drawing.RectangleF
rect
|
System.Single
opacity
|
PaintSvgImageWithAlignment(IGraphics, RadSvgImage, RectangleF, ContentAlignment, Size, Boolean)
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
|
PaintTileImage(IGraphics, Image, RectangleF, Single, Size)
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
|
PaintTileSvgImage(IGraphics, RadSvgImage, RectangleF, Single, Size)
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
|
PaintZoomImage(IGraphics, Image, RectangleF, Single, Size)
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
|
PaintZoomSvgImage(IGraphics, RadSvgImage, RectangleF, Single, Size)
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
|