Accusoft.ImagXpress13.Net
Create(GraphicsPath) Method




A System.Drawing.Drawing2D.GraphicsPath value to convert to the current region.
Creates a copy of the passed in path which it uses to create the current region in a transparent window that can be moved or pasted into the image.
Syntax
'Declaration
 
Public Overloads Function Create( _
   ByVal path As GraphicsPath _
) As Boolean
'Usage
 
Dim instance As Sprite
Dim path As GraphicsPath
Dim value As Boolean
 
value = instance.Create(path)
public bool Create( 
   GraphicsPath path
)
public: bool Create( 
   GraphicsPath* path
) 
public:
bool Create( 
   GraphicsPath^ path
) 

Parameters

path
A System.Drawing.Drawing2D.GraphicsPath value to convert to the current region.

Return Value

A boolean value which is true if the sprite was created. Otherwise, false is returned.
See Also

Reference

Sprite Class
Sprite Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback