Table of Contents

Property AllowWrites

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

AllowWrites

Sets a flag indicating whether the memory that this instance of MemoryBlock points to may be written to.

public bool AllowWrites { set; }

Property Value

bool

Remarks

This flag is meant to be set to false for short periods of time. The value of this property is not persisted with serialization.