'Declaration Public Enum GaussianBlurBorderMode Inherits System.Enum
public enum GaussianBlurBorderMode : System.Enum
'Declaration Public Enum GaussianBlurBorderMode Inherits System.Enum
public enum GaussianBlurBorderMode : System.Enum
Member | Description |
---|---|
BorderColor | Always blend the border pixels with GaussianBlurEffect.BorderColor. |
Bounce | Bounce off the border: gfedcb|abcdefgh|gfedcb.
This mode is similar to Mirror, but here the very border pixel is not repeated. |
Default | Blend the border pixels with surrounding pixels, if possible, or with GaussianBlurEffect.BorderColor if the border is at the edge of the source image. |
Mirror | Mirror the last few border pixels: fedcba|abcdefgh|hgfedcb.
This mode is similar to Bounce, but here the very border pixel is repeated. |
RepeatEdge | Repeat the very border pixel color: aaaaaa|abcdefgh|hhhhhh. |
Wrap | Take colors from the opposite edge: cdefgh|abcdefgh|abcdef. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Imaging.GaussianBlurBorderMode