DioDocs for PDF
SvgShapeRendering 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgShapeRendering 列挙体
Provides a hint to the implementation about what tradeoffs to make as it renders vector graphics elements such as SvgPathElement elements and basic shapes such as circles and rectangles.
シンタックス
'宣言
 
Public Enum SvgShapeRendering 
   Inherits System.Enum
public enum SvgShapeRendering : System.Enum 
メンバ
メンバ解説
AutoIndicates that the user agent shall make appropriate tradeoffs to balance speed, crisp edges and geometric precision, but with geometric precision given more importance than speed and crisp edges.
CrispEdgesIndicates that the user agent shall attempt to emphasize the contrast between clean edges of artwork over rendering speed and geometric precision.
GeometricPrecisionIndicates that the user agent shall emphasize geometric precision over speed and crisp edges.
OptimizeSpeedIndicates that the user agent shall emphasize rendering speed over geometric precision and crisp edges.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgShapeRendering

参照

GrapeCity.Documents.Svg 名前空間