Vectorize
Vectorize(string)
将指定文件中的光栅图像矢量化。
public SVGDocument Vectorize(string imageFile)
范围 | 类型 | 描述 |
---|---|---|
imageFile | String | 图像文件的路径。 |
返回值
SVG 文档。
也可以看看
- class SVGDocument
- class ImageVectorizer
- 命名空间 Aspose.Svg.ImageVectorization
- 部件 Aspose.SVG
Vectorize(Stream)
对来自指定流的光栅图像进行矢量化。
public SVGDocument Vectorize(Stream imageStream)
范围 | 类型 | 描述 |
---|---|---|
imageStream | Stream | 带有图像的流。 |
返回值
SVG 文档。
也可以看看
- class SVGDocument
- class ImageVectorizer
- 命名空间 Aspose.Svg.ImageVectorization
- 部件 Aspose.SVG
Vectorize(Bitmap)
矢量化位图。
public SVGDocument Vectorize(Bitmap image)
范围 | 类型 | 描述 |
---|---|---|
image | Bitmap | 位图。 |
返回值
SVG 文档。
也可以看看
- class SVGDocument
- class ImageVectorizer
- 命名空间 Aspose.Svg.ImageVectorization
- 部件 Aspose.SVG