Enum IGDIPlus.TGPObjectType
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Contents |
Syntax
Delphi:
type TGPObjectType = (ObjectTypeInvalid, ObjectTypeBrush, ObjectTypePen, ObjectTypePath, ObjectTypeRegion, ObjectTypeImage, ObjectTypeFont, ObjectTypeStringFormat, ObjectTypeImageAttributes, ObjectTypeCustomLineCap);
C++ Builder:
enum TGPObjectType {ObjectTypeInvalid, ObjectTypeBrush, ObjectTypePen, ObjectTypePath, ObjectTypeRegion, ObjectTypeImage, ObjectTypeFont, ObjectTypeStringFormat, ObjectTypeImageAttributes, ObjectTypeCustomLineCap};
Visual C++ (MFC):
enum CTGPObjectType {ObjectTypeInvalid, ObjectTypeBrush, ObjectTypePen, ObjectTypePath, ObjectTypeRegion, ObjectTypeImage, ObjectTypeFont, ObjectTypeStringFormat, ObjectTypeImageAttributes, ObjectTypeCustomLineCap};
Summary
Indicates the object type value of an EMF+ record.
Description
Defines enumeration type that indicates the object type value of an EMF+ record.
Values
ObjectTypeInvalid | Object type is invalid. |
ObjectTypeBrush | Object type is a brush. |
ObjectTypePen | Object type is a pen. |
ObjectTypePath | Object type is a path. |
ObjectTypeRegion | Object type is a region. |
ObjectTypeImage | Object type is a image. |
ObjectTypeFont | Object type is a font. |
ObjectTypeStringFormat | Object type is a string format. |
ObjectTypeImageAttributes | Object type is an image attribute. |
ObjectTypeCustomLineCap | Object type is a custom line cap. |