'Declaration Public Overridable Function GetImage( _
ByRef disposeAfterUseA value indicating whether the image must be disposed after use.As Boolean _
) As Vintasoft.Imaging.VintasoftImage
public virtual Vintasoft.Imaging.VintasoftImage GetImage(
out bool disposeAfterUse
)
public: virtual Vintasoft.Imaging.VintasoftImage* GetImage(
[PARAMFLAG::Out] bool disposeAfterUse
)
public:
virtual Vintasoft.Imaging.VintasoftImage^ GetImage(
[Out] bool disposeAfterUse
)
Parameters
- disposeAfterUse
- A value indicating whether the image must be disposed after use.
Return Value
An image of the MPR slice.