Saves a part of the current CAD image to the stream of the specified format.
Namespace:CADImport Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration)
Public Overridable Sub SaveToStream( _ ByVal str As Stream, _ ByVal ImgFormat As ImageFormat, _ ByVal aCurRect As DRect, _ ByVal clipRect As Rectangle, _ ByVal pixelFormat As PixelFormat _ )