'Declaration <DescriptionAttribute("The compositing mode that is used to draw the image.")> <DefaultValueAttribute(SourceOver)> Public Property CompositingMode As Vintasoft.Imaging.Drawing.DrawingCompositingMode
[Description("The compositing mode that is used to draw the image.")] [DefaultValue(SourceOver)] public Vintasoft.Imaging.Drawing.DrawingCompositingMode CompositingMode { get; set; }
[Description("The compositing mode that is used to draw the image.")] [DefaultValue(SourceOver)] public: __property Vintasoft.Imaging.Drawing.DrawingCompositingMode get_CompositingMode(); public: __property void set_CompositingMode(
Vintasoft.Imaging.Drawing.DrawingCompositingMode value
);
[Description("The compositing mode that is used to draw the image.")] [DefaultValue(SourceOver)] public:
property Vintasoft.Imaging.Drawing.DrawingCompositingMode CompositingMode { Vintasoft.Imaging.Drawing.DrawingCompositingMode get(); void set(Vintasoft.Imaging.Drawing.DrawingCompositingMode value); }
Property Value
Default value is DrawingCompositingMode.SourceOver.