C#
VB
C++
Represents the part of the image to use as the display source.
public virtual Rectangle SourceRectangle { get; set; }
<BrowsableAttribute(False)>
Public Overridable Property SourceRectangle As Rectangle
[BrowsableAttribute(false)]
public:
virtual property Rectangle SourceRectangle {
Rectangle get();
void set ( Rectangle );
}
the coordinates of the source drawing area.
The SourceRectangle determines which part of the Image gets painted. This property is used when the RasterImageViewer paints or prints the Image. Use an empty rectangle (Rectangle.Empty) to paint the whole image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET