ImageGear for .NET
GetGroup Method




Name of the group to get.
Gets a group specified by the name.
Syntax
'Declaration
 
Public Function GetGroup( _
   ByVal name As String _
) As ImGearARTGroup
'Usage
 
Dim instance As ImGearARTGroupArray
Dim name As String
Dim value As ImGearARTGroup
 
value = instance.GetGroup(name)
public ImGearARTGroup GetGroup( 
   string name
)
public: ImGearARTGroup* GetGroup( 
   string* name
) 
public:
ImGearARTGroup^ GetGroup( 
   String^ name
) 

Parameters

name
Name of the group to get.

Return Value

ImGearARTGroup class object.
See Also

Reference

ImGearARTGroupArray Class
ImGearARTGroupArray Members
ImGearPoint Structure
ImGearRGBQuad Structure
ImGearARTGroup Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback