DioDocs for PDF
GaussianBlurBorderMode 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 : GaussianBlurBorderMode 列挙体
The mapping mode for the pixels outside of the border in the Gaussian blur effect.
シンタックス
'宣言
 
Public Enum GaussianBlurBorderMode 
   Inherits System.Enum
public enum GaussianBlurBorderMode : System.Enum 
メンバ
メンバ解説
BorderColorAlways blend the border pixels with GaussianBlurEffect.BorderColor.
BounceBounce off the border: gfedcb|abcdefgh|gfedcb.

This mode is similar to Mirror, but here the very border pixel is not repeated.

DefaultBlend the border pixels with surrounding pixels, if possible, or with GaussianBlurEffect.BorderColor if the border is at the edge of the source image.
MirrorMirror the last few border pixels: fedcba|abcdefgh|hgfedcb.

This mode is similar to Bounce, but here the very border pixel is repeated.

RepeatEdgeRepeat the very border pixel color: aaaaaa|abcdefgh|hhhhhh.
WrapTake colors from the opposite edge: cdefgh|abcdefgh|abcdef.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Imaging.GaussianBlurBorderMode

参照

GrapeCity.Documents.Imaging 名前空間