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