'宣言 Public Enum GcGraphicsFeatures Inherits System.Enum
public enum GcGraphicsFeatures : System.Enum
'宣言 Public Enum GcGraphicsFeatures Inherits System.Enum
public enum GcGraphicsFeatures : System.Enum
メンバ | 解説 |
---|---|
None | No features. |
SupportsBlendMode | Indicates whether the graphics supports the GcGraphics.BlendMode property. |
SupportsTransparencyGroups | Indicates whether the graphics supports transparency groups, implementing the following methods: GcGraphics.CreateTransparencyGroup, GcGraphics.CreateTransparencyMask. |
SupportsTransparencyLayers | Indicates whether the graphics supports creating transparency layers and merging those layers with the backplate, see GcGraphics.PushTransparencyLayer and GcGraphics.PopTransparencyLayer. |
UsePatternInPdfTilling | Indicates whether the PDF tilling should be implemented using pattern filling, otherwise the PDF tile content stream will be repeated for whole filled area. |
Vector | Indicates whether the graphics is a vector graphics (raster otherwise). |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Drawing.GcGraphicsFeatures