 | PostProcessingConfigurationUseHalfResolution Property |
Enables or disables the half-resolution option.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool UseHalfResolution { get; set; }
public:
property bool UseHalfResolution {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue divides the output resolution by two,
false keeps it unchanged.
See Also