[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Backdrop.-ctor

Backdrop Constructor

Backdrop()

Initializes a new instance of the BackdropInfo class.

Declaration
public Backdrop()

Backdrop(AntiAliasMode)

Initializes a new instance of the BackdropInfo class.

Declaration
public Backdrop(AntiAliasMode antiAliasMode)
Parameters
Type Name Description
AntiAliasMode antiAliasMode

Backdrop(Color)

Initializes a new instance of the BackdropInfo class with a "fill solid" style.

Declaration
public Backdrop(Color color)
Parameters
Type Name Description
Color color

Backdrop(Color, AntiAliasMode)

Initializes a new instance of the BackdropInfo class with a "fill solid" style.

Declaration
public Backdrop(Color color, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
Color color
AntiAliasMode antiAliasMode

Backdrop(Color, byte)

Initializes a new instance of the BackdropInfo class with a "fill solid" style.

Declaration
public Backdrop(Color color, byte alpha)
Parameters
Type Name Description
Color color
byte alpha

Backdrop(Color, byte, AntiAliasMode)

Initializes a new instance of the BackdropInfo class with a "fill solid" style.

Declaration
public Backdrop(Color color, byte alpha, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
Color color
byte alpha
AntiAliasMode antiAliasMode

Backdrop(GradientType, Color, Color)

Initializes a new instance of the BackdropInfo class with a "gradient" style.

Declaration
public Backdrop(GradientType gradient, Color color, Color color2)
Parameters
Type Name Description
GradientType gradient
Color color
Color color2

Backdrop(GradientType, Color, Color, AntiAliasMode)

Initializes a new instance of the BackdropInfo class with a "gradient" style.

Declaration
public Backdrop(GradientType gradient, Color color, Color color2, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
GradientType gradient
Color color
Color color2
AntiAliasMode antiAliasMode

Backdrop(HatchStyle, Color, Color)

Initializes a new instance of the BackdropInfo class with a "hatch" style.

Declaration
public Backdrop(HatchStyle pattern, Color color, Color color2)
Parameters
Type Name Description
HatchStyle pattern
Color color
Color color2

Backdrop(HatchStyle, Color, Color, AntiAliasMode)

Initializes a new instance of the BackdropInfo class with a "hatch" style.

Declaration
public Backdrop(HatchStyle pattern, Color color, Color color2, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
HatchStyle pattern
Color color
Color color2
AntiAliasMode antiAliasMode

Backdrop(Image, PicturePutStyle)

Initializes a new instance of the BackdropInfo class with a "picture" style.

Declaration
public Backdrop(Image picture, PicturePutStyle pictureAlignment)
Parameters
Type Name Description
Image picture
PicturePutStyle pictureAlignment

Backdrop(Image, PicturePutStyle, AntiAliasMode)

Initializes a new instance of the BackdropInfo class with a "picture" style.

Declaration
public Backdrop(Image picture, PicturePutStyle pictureAlignment, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
Image picture
PicturePutStyle pictureAlignment
AntiAliasMode antiAliasMode

Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle)

Initializes a new instance of the BackdropInfo class.

Declaration
public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment)
Parameters
Type Name Description
BackdropStyle style

Specifies backdrop style

Color color

Specifies primary color

Color color2

Specifies secondary color (used with hatch and gradient styles).

GradientType gradient

Specifies gradient direction (used with gradient style)

HatchStyle pattern

Specifies hatch pattern (used with hatch style)

Image picture

Specifies picture (used with picture style)

PicturePutStyle pictureAlignment

Specifies picture alignment (used with picture style)

Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, AntiAliasMode)

Initializes a new instance of the BackdropInfo class.

Declaration
public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
BackdropStyle style

Specifies backdrop style

Color color

Specifies primary color

Color color2

Specifies secondary color (used with hatch and gradient styles).

GradientType gradient

Specifies gradient direction (used with gradient style)

HatchStyle pattern

Specifies hatch pattern (used with hatch style)

Image picture

Specifies picture (used with picture style)

PicturePutStyle pictureAlignment

Specifies picture alignment (used with picture style)

AntiAliasMode antiAliasMode

Specifies AA settings to draw graphics

Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte)

Initializes a new instance of the BackdropInfo class.

Declaration
public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha)
Parameters
Type Name Description
BackdropStyle style

Specifies backdrop style

Color color

Specifies primary color

Color color2

Specifies secondary color (used with hatch and gradient styles).

GradientType gradient

Specifies gradient direction (used with gradient style)

HatchStyle pattern

Specifies hatch pattern (used with hatch style)

Image picture

Specifies picture (used with picture style)

PicturePutStyle pictureAlignment

Specifies picture alignment (used with picture style)

byte alpha

Specifies alpha (transparency) channel

Backdrop(BackdropStyle, Color, Color, GradientType, HatchStyle, Image, PicturePutStyle, byte, AntiAliasMode)

Initializes a new instance of the BackdropInfo class.

Declaration
public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
BackdropStyle style

Specifies backdrop style

Color color

Specifies primary color

Color color2

Specifies secondary color (used with hatch and gradient styles).

GradientType gradient

Specifies gradient direction (used with gradient style)

HatchStyle pattern

Specifies hatch pattern (used with hatch style)

Image picture

Specifies picture (used with picture style)

PicturePutStyle pictureAlignment

Specifies picture alignment (used with picture style)

byte alpha

Specifies alpha (transparency) channel

AntiAliasMode antiAliasMode

Specifies AA settings to draw graphics

Backdrop(string)

For internal use only.

Declaration
public Backdrop(string xml)
Parameters
Type Name Description
string xml

Backdrop(string, GraphXmlSerializationContext)

For internal use only.

Declaration
public Backdrop(string xml, GraphXmlSerializationContext context)
Parameters
Type Name Description
string xml
GraphXmlSerializationContext context