AlphaBlend Property (original) (raw)
Summary
Enables or disables the AlphaBlend operation.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool AlphaBlend { get; set; }
@property (nonatomic, assign) BOOL AlphaBlend
public boolean getAlphaBlend();
public void setAlphaBlend(
boolean booleanValue
);
public:
property bool AlphaBlend {
bool get();
void set ( bool );
}
Property Value
true if AlphaBlend should be used; false, otherwise.
Leadtools Assembly
Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method
Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method
Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method
Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method