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
IImage
|
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.
|
System.
|
System.
|
System.
|
System.
|
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
|
Rad
|
System.
|
System.
|
System.
|
System.
|
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.
|
System.
|
System.
|
System.
|
System.
|
System.
|
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
|
Rad
|
System.
|
System.
|
System.
|
System.
|
System.
|
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.
|
System.
|
System.
|
System.
|
System.
|
PaintStretchImage(IGraphics, Image, RectangleF, Single)
Declaration
public static void PaintStretchImage(IGraphics graphics, Image image, RectangleF rect, float opacity)
Parameters
IGraphics
graphics
|
System.
|
System.
|
System.
|
PaintStretchSvgImage(IGraphics, RadSvgImage, RectangleF, Single)
Declaration
public static void PaintStretchSvgImage(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, float opacity)
Parameters
IGraphics
graphics
|
Rad
|
System.
|
System.
|
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
|
Rad
|
System.
|
System.
|
System.
|
System.
|
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.
|
System.
|
System.
|
System.
|
PaintTileSvgImage(IGraphics, RadSvgImage, RectangleF, Single, Size)
Declaration
public static void PaintTileSvgImage(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, float opacity, Size svgImageSize)
Parameters
IGraphics
graphics
|
Rad
|
System.
|
System.
|
System.
|
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.
|
System.
|
System.
|
System.
|
PaintZoomSvgImage(IGraphics, RadSvgImage, RectangleF, Single, Size)
Declaration
public static void PaintZoomSvgImage(IGraphics graphics, RadSvgImage svgImage, RectangleF rect, float opacity, Size svgImageSize)
Parameters
IGraphics
graphics
|
Rad
|
System.
|
System.
|
System.
|