IImageCreator.Create

IImageCreator.Create method

Maakt een nieuwe afbeeldingsinstantie metimageOptions .

public Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, 
    int height)
ParameterTypeBeschrijving
streamContainerStreamContainerDe streamcontainer om afbeeldingsgegevens in te maken.
imageOptionsImageOptionsBaseDe afbeeldingsopties.
widthInt32breedte van nieuwe afbeelding
heightInt32hoogte van nieuwe afbeelding

Winstwaarde

Een nieuwe afbeeldingsinstantie.

Zie ook