Namespace > IC.PhotoController.Filter Namespace > Classes > BaseFilter Class > protected > ResultBounds Property
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
BaseFilter.ResultBounds Property

Gets the result bounds. This property defines the result image size.

C++
protected: __property Rectangle ResultBounds;
C#
protected virtual Rectangle ResultBounds;
Visual Basic
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.