Class MetaObject
A meta object.
public class MetaObject
- Inheritance
-
MetaObject
- Derived
- Inherited Members
Constructors
MetaObject()
Creates a new MetaObject.
public MetaObject()
Remarks
Creates a new MetaObject. This constructor doesn't set the type.
MetaObject(int)
Creates a MetaObject with a type.
public MetaObject(int type)
Parameters
type
intthe type of meta object
Fields
META_BRUSH
public const int META_BRUSH = 2
Field Value
META_FONT
public const int META_FONT = 3
Field Value
META_NOT_SUPPORTED
public const int META_NOT_SUPPORTED = 0
Field Value
META_PEN
public const int META_PEN = 1
Field Value
Methods
GetObjectType()
Get the type of this MetaObject.
public virtual int GetObjectType()
Returns
- int
type of MetaObject