Creates a new IMAGE object from the parent IEViewer seleced area

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEObjectImage(
	IEAnnotations Annotations,
	bool fromSelectedArea
)
Public Sub New ( _
	Annotations As IEAnnotations, _
	fromSelectedArea As Boolean _
)
public:
IEObjectImage(
	IEAnnotations^ Annotations, 
	bool fromSelectedArea
)

Parameters

Annotations
IEAnnotations
The parent IEAnnotation object
fromSelectedArea
Boolean
Set True if you want to get the image from the selected area

See Also