ImageHelperGetFrames Method | Helper帮助文档 |
获取图片中的各帧
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void GetFrames( string pPath, string pSavedPath )
Public Sub GetFrames ( pPath As String, pSavedPath As String )
public: void GetFrames( String^ pPath, String^ pSavedPath )
member GetFrames : pPath : string * pSavedPath : string -> unit
Parameters
- pPath
- Type: SystemString
图片路径 - pSavedPath
- Type: SystemString
[Missing <param name="pSavedPath"/> documentation for "M:HD.Common.ImageHelper.GetFrames(System.String,System.String)"]
See Also