C# Class PixelFarm.Agg.Imaging.ImageHelper

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
CreateChildImage ( IImageReaderWriter parentImage, RectInt childImageBounds ) : ChildImage

This will create a new ImageBuffer that references the same memory as the image that you took the sub image from. It will modify the original main image when you draw to it.

Method Details

CreateChildImage() public static méthode

This will create a new ImageBuffer that references the same memory as the image that you took the sub image from. It will modify the original main image when you draw to it.
public static CreateChildImage ( IImageReaderWriter parentImage, RectInt childImageBounds ) : ChildImage
parentImage IImageReaderWriter
childImageBounds RectInt
Résultat ChildImage