EmfPlusSmoothingMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusSmoothingMode extends System.Enum

该 SmoothingMode 枚举定义用于线条、曲线以及填充区域边缘的平滑模式,以使其呈现更连续或更清晰的效果。

字段

字段描述
SmoothingModeDefault指定默认的曲线平滑且不使用抗锯齿。
SmoothingModeHighSpeed指定在不使用抗锯齿的情况下获得最佳性能。
SmoothingModeHighQuality指定使用抗锯齿以获得最佳质量。
SmoothingModeNone不进行曲线平滑,也不使用抗锯齿。
SmoothingModeAntiAlias8x4指定使用 8x4 盒式滤波器以获得良好质量。
SmoothingModeAntiAlias8x8指定使用 8x8 盒式滤波器以获得更好质量。

SmoothingModeDefault

public static final byte SmoothingModeDefault

指定默认的曲线平滑且不使用抗锯齿。

SmoothingModeHighSpeed

public static final byte SmoothingModeHighSpeed

指定在不使用抗锯齿的情况下获得最佳性能。

SmoothingModeHighQuality

public static final byte SmoothingModeHighQuality

指定使用抗锯齿以获得最佳质量。

SmoothingModeNone

public static final byte SmoothingModeNone

不进行曲线平滑,也不使用抗锯齿。

SmoothingModeAntiAlias8x4

public static final byte SmoothingModeAntiAlias8x4

指定使用 8x4 盒式滤波器以获得良好质量。

SmoothingModeAntiAlias8x8

public static final byte SmoothingModeAntiAlias8x8

指定使用 8x8 盒式滤波器以获得更好质量。