Method Reset
Reset(bool)
Sets Left, Top, Right and Bottom to 0 if reset is True.
public void Reset(bool reset = true)
Parameters
resetboolWhether to reset all fields. Optional. Default is True.
Sets Left, Top, Right and Bottom to 0 if reset is True.
public void Reset(bool reset = true)
reset boolWhether to reset all fields. Optional. Default is True.