Create and return new image shape.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Picture CreateImage()
Visual Basic
Public Shared Function CreateImage As Picture
Visual C++
public:
static Picture^ CreateImage()

Return Value

Created image shape.

See Also