MohoView:SetQualityFlags(qualityFlags)

Version added: before 9.5

Arguments:

Name Type Description Default Ver
qualityFlags int32 Sum of Display Quality constants < 9.5

Return value:

void
The argument is a sum of the Display Quality constants. For example, if you need to only enable fills and strokes, use the following:
moho.view:SetQualityFlags(MOHO.LDQ_FILLS + MOHO.LDQ_OUTLINES)


See also: MohoView:QualityFlags

Search results

Usage of 'SetQualityFlags' is found in the following scripts:

<< Back to MohoView