Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.
Initializes a new instance of the BackdropItem class with the parameters specified.
[Visual Basic]
Public Function New( _
ByVal picture As Image, _
ByVal pictureAlignment As PicturePutStyle, _
ByVal antiAliasMode As AntiAliasMode _
)
[C#]
public BackdropItem(
Image picture,
PicturePutStyle pictureAlignment,
AntiAliasMode antiAliasMode
);
Specifies the AntiAliasMode to use. Value can be Auto, None, Graphics, Text, or Both.
BackdropItem Class | BackdropItem Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.