C# Class PixelFarm.Agg.Imaging.ImageHelper

ファイルを表示 Open project: prepare/HTML-Renderer

Public Methods

Method 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 method

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
return ChildImage