Eyeshot 10 WPF API Reference
RenderToBitmap(RectangleF,Size,Double,Color,Boolean,Boolean) Method

WPF Assembly > devDept.Eyeshot Namespace > Viewport Class > RenderToBitmap Method : RenderToBitmap(RectangleF,Size,Double,Color,Boolean,Boolean) Method
Syntax
'Declaration
 
Public Overloads Function RenderToBitmap( _
   ByVal rectangle As RectangleF, _
   ByVal bitmapSize As Size, _
   ByVal lineWeightFactor As Double, _
   ByVal backgroundColor As Color, _
   ByVal hdwAcceleration As Boolean, _
   ByVal drawUiElements As Boolean _
) As Bitmap
public Bitmap RenderToBitmap( 
   RectangleF rectangle,
   Size bitmapSize,
   double lineWeightFactor,
   Color backgroundColor,
   bool hdwAcceleration,
   bool drawUiElements
)

Parameters

rectangle
bitmapSize
lineWeightFactor
backgroundColor
hdwAcceleration
drawUiElements
See Also

Reference

Viewport Class
Viewport Members
Overload List