StdPictureClass.SaveAsFile(IntPtr, Boolean, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void SaveAsFile(IntPtr pstm, bool fSaveMemCopy, [Runtime::InteropServices::Out] int % pcbSize) = stdole::IPicture::SaveAsFile;
public virtual void SaveAsFile (IntPtr pstm, bool fSaveMemCopy, out int pcbSize);
abstract member SaveAsFile : nativeint * bool * int -> unit
override this.SaveAsFile : nativeint * bool * int -> unit
Public Overridable Sub SaveAsFile (pstm As IntPtr, fSaveMemCopy As Boolean, ByRef pcbSize As Integer)
Parameters
- pstm
-
IntPtr
nativeint
- fSaveMemCopy
- Boolean
- pcbSize
- Int32