Click or drag to resize

IMeshPainterBeginPaint Method

Stop pixels being painted more than once until EndPaint has been called. Getting a pixel's color will also return the color of the pixel at the time that BeginPaint was called.

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void BeginPaint()
See Also