IPaintingContext
Interface
Definition
Namespace:Telerik.WinControls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public interface IPaintingContext
Derived Classes:
Properties
C#
RectangleF ClipBounds { get; }
C#
SizeF ScaleFactor { get; }
Methods
C#
void DrawImage(Image image, RectangleF rectangle, double opacity)
C#
void ResetTransformation()