'Declaration Public Sub SetSoftMask( _ ByVal softMask As ImGearPDEImage _ )
'Usage Dim instance As ImGearPDEImage Dim softMask As ImGearPDEImage instance.SetSoftMask(softMask)
public void SetSoftMask( ImGearPDEImage softMask )
public: void SetSoftMask( ImGearPDEImage* softMask )
public: void SetSoftMask( ImGearPDEImage^ softMask )
Parameters
- softMask
- The soft mask to set.