ImageGear .NET v24.12 - Updated
CreateCGMFormat() Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CGM Namespace > ImGearCGM Class > CreateCGMFormat Method : CreateCGMFormat() Method
Creates an instance of CGM format.
Syntax
'Declaration
 
Public Overloads Shared Function CreateCGMFormat() As IImGearFormat
'Usage
 
Dim value As IImGearFormat
 
value = ImGearCGM.CreateCGMFormat()
public static IImGearFormat CreateCGMFormat()
public: static IImGearFormat* CreateCGMFormat(); 
public:
static IImGearFormat^ CreateCGMFormat(); 

Return Value

An instance of CGM format.
See Also

Reference

ImGearCGM Class
ImGearCGM Members
Overload List
IImGearFormat Interface