ImageGear21.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class > DrawToBitmapImage Method : DrawToBitmapImage(IImGearScrollableView,BitmapImage,ImGearRenderSettings) Method |
'Declaration Public Overloads Sub DrawToBitmapImage( _ ByVal pageView As IImGearScrollableView, _ ByVal bitmapImage As BitmapImage, _ ByVal settings As ImGearRenderSettings _ )
'Usage Dim instance As ImGearPresentationPageDisplay Dim pageView As IImGearScrollableView Dim bitmapImage As BitmapImage Dim settings As ImGearRenderSettings instance.DrawToBitmapImage(pageView, bitmapImage, settings)
public void DrawToBitmapImage( IImGearScrollableView pageView, BitmapImage bitmapImage, ImGearRenderSettings settings )
public: void DrawToBitmapImage( IImGearScrollableView* pageView, BitmapImage* bitmapImage, ImGearRenderSettings* settings )
public: void DrawToBitmapImage( IImGearScrollableView^ pageView, BitmapImage^ bitmapImage, ImGearRenderSettings^ settings )