C# 클래스 PixelFarm.Agg.Imaging.ImageHelper

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
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