C1.Blazor.Rendering Assembly / C1.Blazor.Rendering Namespace / IRenderingEngine Interface

In This Topic
IRenderingEngine Interface Methods
In This Topic

For a list of all members of this type, see IRenderingEngine members.

Public Methods
 NameDescription
 MethodBegin draw.  
 MethodDraws donut segment at specified point.  
 MethodDraw ellipse with currect stroke and fill.  
 MethodDraw image using special source.  
 MethodDraw line between two points using current stroke attributes.  
 MethodDraw lines using specified coordinates.  
 MethodDraws pie segment at specified point.  
 MethodDraw polygon with currect stroke and fill.  
 MethodDraw rectangle with currect stroke and fill.  
 MethodOverloaded. Draw string at specified position.  
 MethodDraw rotated string at specified position.  
 MethodEnd draw.  
 MethodOverloaded. Measures size of string.  
 MethodSet the canvas object surface to render.  
 MethodSets clip rectangle.  
 MethodSets the fill brush.  
 MethodSets the font.  
 MethodChanges the brush opacity.  
 MethodSets the current stroke brush.  
 MethodSets the stroke pattern.  
 MethodSets the stroke thickness.  
 MethodUnload objects.  
 MethodUpdate the canvas size.  
Top
See Also