C# Класс PixelFarm.Agg.Imaging.ImageHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateChildImage() публичный статический Метод

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
Результат ChildImage