ImageGear22.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessingVerifier Class : CanApplyBlendWithAlpha Method |
'Declaration Public Function CanApplyBlendWithAlpha( _ ByVal page As ImGearRasterPage, _ ByVal alpha As ImGearRasterPage _ ) As Boolean
'Usage Dim instance As ImGearRasterProcessingVerifier Dim page As ImGearRasterPage Dim alpha As ImGearRasterPage Dim value As Boolean value = instance.CanApplyBlendWithAlpha(page, alpha)
public bool CanApplyBlendWithAlpha( ImGearRasterPage page, ImGearRasterPage alpha )
public: bool CanApplyBlendWithAlpha( ImGearRasterPage* page, ImGearRasterPage* alpha )
public: bool CanApplyBlendWithAlpha( ImGearRasterPage^ page, ImGearRasterPage^ alpha )