C# 클래스 NSoft.NFramework.FusionCharts.ImageGenerator

FusionCharts Image Generator Class FusionCharts Exporter - 'Image Resource' handles FusionCharts (since v3.1) Server Side Export feature that helps FusionCharts exported as Image files in various formats.
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
ImageGenerator ( string imageData_FCFormat, string width, string height, string bgcolor ) : System

Generates bitmap data for the image from a FusionCharts export format the height and width of the original export needs to be specified the default background color can also be specified

getBinaryStream ( string strFormat ) : MemoryStream

Gets the binary data stream of the image The passed parameter determines the file format of the image to be exported

비공개 메소드들

메소드 설명
getImageObject ( ) : Bitmap

Retreives the bitmap image object

getImageObject ( int id ) : Bitmap

Generates bitmap data for the image from a FusionCharts export format the height and width of the original export needs to be specified the default background color should also be specified

setBitmapData ( string imageData_FCFormat, string width, string height, string bgcolor ) : void

Generates bitmap data for the image from a FusionCharts export format the height and width of the original export needs to be specified the default background color can also be specified

메소드 상세

ImageGenerator() 공개 메소드

Generates bitmap data for the image from a FusionCharts export format the height and width of the original export needs to be specified the default background color can also be specified
public ImageGenerator ( string imageData_FCFormat, string width, string height, string bgcolor ) : System
imageData_FCFormat string
width string
height string
bgcolor string
리턴 System

getBinaryStream() 공개 메소드

Gets the binary data stream of the image The passed parameter determines the file format of the image to be exported
public getBinaryStream ( string strFormat ) : MemoryStream
strFormat string
리턴 System.IO.MemoryStream