PsDocument.SetPaint

PsDocument.SetPaint method

Sets paint in current graphics state.

public void SetPaint(Brush paint)
ParameterTypeDescription
paintBrushThe paint. It can be any subclass of Brush class existed in .NET platform.

See Also