Enum IGDIPlus.TGPPenType

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(13 intermediate revisions by one user not shown)
Line 44: Line 44:
 
|-
 
|-
 
| [[Enum item IGDIPlus.TGPPenType.PenTypeHatchFill|PenTypeHatchFill]]
 
| [[Enum item IGDIPlus.TGPPenType.PenTypeHatchFill|PenTypeHatchFill]]
| Indicates that the pen draws with a hatch pattern that is specified by a TGPHatchBrush object.  
+
| Indicates that the pen draws with a hatch pattern that is specified by a [[Class IGDIPlus.TGPHatchBrush|TGPHatchBrush]] object.  
 
|-
 
|-
 
| [[Enum item IGDIPlus.TGPPenType.Ord|Ord]]
 
| [[Enum item IGDIPlus.TGPPenType.Ord|Ord]]
Line 53: Line 53:
 
|-
 
|-
 
| [[Enum item IGDIPlus.TGPPenType.PenTypeTextureFill|PenTypeTextureFill]]
 
| [[Enum item IGDIPlus.TGPPenType.PenTypeTextureFill|PenTypeTextureFill]]
| Indicates that the pen draws with a texture that is specified by a TGPTextureBrush object.  
+
| Indicates that the pen draws with a texture that is specified by a [[Class IGDIPlus.TGPTextureBrush|TGPTextureBrush]] object.  
 
|-
 
|-
 
| [[Enum item IGDIPlus.TGPPenType.Ord|Ord]]
 
| [[Enum item IGDIPlus.TGPPenType.Ord|Ord]]
Line 62: Line 62:
 
|-
 
|-
 
| [[Enum item IGDIPlus.TGPPenType.PenTypePathGradient|PenTypePathGradient]]
 
| [[Enum item IGDIPlus.TGPPenType.PenTypePathGradient|PenTypePathGradient]]
| Indicates that the pen draws with a color gradient that is specified by a TGPPathGradientBrush object.  
+
| Indicates that the pen draws with a color gradient that is specified by a [[Class IGDIPlus.TGPPathGradientBrush|TGPPathGradientBrush]] object.  
 
|-
 
|-
 
| [[Enum item IGDIPlus.TGPPenType.Ord|Ord]]
 
| [[Enum item IGDIPlus.TGPPenType.Ord|Ord]]
Line 71: Line 71:
 
|-
 
|-
 
| [[Enum item IGDIPlus.TGPPenType.PenTypeLinearGradient|PenTypeLinearGradient]]
 
| [[Enum item IGDIPlus.TGPPenType.PenTypeLinearGradient|PenTypeLinearGradient]]
| Indicates that the pen draws with a color gradient that is specified by a TGPLinearGradientBrush object.  
+
| Indicates that the pen draws with a color gradient that is specified by a [[Class IGDIPlus.TGPLinearGradientBrush|TGPLinearGradientBrush]] object.  
 
|-
 
|-
 
| [[Enum item IGDIPlus.TGPPenType.Ord|Ord]]
 
| [[Enum item IGDIPlus.TGPPenType.Ord|Ord]]

Latest revision as of 01:32, 7 June 2013

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 TGPPenType = (PenTypeSolidColor, Ord, BrushTypeSolidColor, PenTypeHatchFill, Ord, BrushTypeHatchFill, PenTypeTextureFill, Ord, BrushTypeTextureFill, PenTypePathGradient, Ord, BrushTypePathGradient, PenTypeLinearGradient, Ord, BrushTypeLinearGradient, PenTypeUnknown);

C++ Builder:

enum TGPPenType {PenTypeSolidColor, Ord, BrushTypeSolidColor, PenTypeHatchFill, Ord, BrushTypeHatchFill, PenTypeTextureFill, Ord, BrushTypeTextureFill, PenTypePathGradient, Ord, BrushTypePathGradient, PenTypeLinearGradient, Ord, BrushTypeLinearGradient, PenTypeUnknown};

Visual C++ (MFC):

enum CTGPPenType {PenTypeSolidColor, Ord, BrushTypeSolidColor, PenTypeHatchFill, Ord, BrushTypeHatchFill, PenTypeTextureFill, Ord, BrushTypeTextureFill, PenTypePathGradient, Ord, BrushTypePathGradient, PenTypeLinearGradient, Ord, BrushTypeLinearGradient, PenTypeUnknown};

Summary

Indicates the type of pattern, texture, or gradient that a pen draws.

Description

The TGPPenType enumeration indicates the type of pattern, texture, or gradient that a pen draws.

Values

PenTypeSolidColor Indicates that the pen draws with a solid color.
Ord
BrushTypeSolidColor
PenTypeHatchFill Indicates that the pen draws with a hatch pattern that is specified by a TGPHatchBrush object.
Ord
BrushTypeHatchFill
PenTypeTextureFill Indicates that the pen draws with a texture that is specified by a TGPTextureBrush object.
Ord
BrushTypeTextureFill
PenTypePathGradient Indicates that the pen draws with a color gradient that is specified by a TGPPathGradientBrush object.
Ord
BrushTypePathGradient
PenTypeLinearGradient Indicates that the pen draws with a color gradient that is specified by a TGPLinearGradientBrush object.
Ord
BrushTypeLinearGradient
PenTypeUnknown Indicates that the pen type is unknown.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox