|
PhotoController 2.2
|
Gets the result bounds. This property defines the result image size.
protected: __property Rectangle ResultBounds;
protected virtual Rectangle ResultBounds;
Protected virtual Property ResultBounds() As Rectangle
The result image bounded area.
By default, this value is equal to Bounds, which is the source image size. If you want to generate a larger size result image, you can override this property to return a different Rectangle other than the source bound. However, you should be careful when doing so, espcially when you call setPixel method, you need to pay attention when writing the pixel that is out of the boundary.
|
Send comments about this topic.
|
|
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.
|