GRContextOptionsGpuPathRenderers Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Various GPU path renderers for use with GRContextOptions.
public enum GRContextOptionsGpuPathRenderers
- Inheritance
-
GRContextOptionsGpuPathRenderers
Fields
Name | Value | Description |
---|---|---|
None | 0 | Always use software masks. |
DashLine | 1 | |
StencilAndCover | 2 | |
Msaa | 4 | |
AaHairline | 8 | |
AaConvex | 16 | |
AaLinearizing | 32 | |
Small | 64 | |
Tessellating | 128 | |
Default | 256 | |
All | 511 |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.