RAdapterImageFromStreamInt 方法 |
Create an
RImage object from the given stream.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法protected abstract RImage ImageFromStreamInt(
Stream memoryStream
)
参数
- memoryStream
- 类型:System.IOStream
the stream to create image from
返回值
类型:
RImagenew image instance
参见