IPortionFactoryCreatePortion Method (IPortion) |
Creates a portion with the using of a specified portion data.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxIPortion CreatePortion(
IPortion portion
)
Function CreatePortion (
portion As IPortion
) As IPortion
IPortion^ CreatePortion(
IPortion^ portion
)
abstract CreatePortion :
portion : IPortion -> IPortion
Parameters
- portion
- Type: Aspose.SlidesIPortion
A portion to use.
Return Value
Type:
IPortionPortion.
See Also