Create and return a new Picture 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 CreatePicture()
Visual Basic
Public Shared Function CreatePicture As Picture
Visual C++
public:
static Picture^ CreatePicture()

Return Value

Picture shape.

See Also