'Declaration Public Sub CutToClipboard( _ ByVal fillColor As IImGearRGBQuad _ )
'Usage Dim instance As ImGearRasterPage Dim fillColor As IImGearRGBQuad instance.CutToClipboard(fillColor)
public void CutToClipboard( IImGearRGBQuad fillColor )
public: void CutToClipboard( IImGearRGBQuad* fillColor )
public: void CutToClipboard( IImGearRGBQuad^ fillColor )
Parameters
- fillColor
- The solid fill color, specified in RGB format, used to fill the cut region. If the actual color space of the image is not RGB, the provided color will be automatically converted to corresponding closest pixel value of that color space.