Method RaiseDpiChanged
RaiseDpiChanged(bool)
Notifies control and optionally it's child controls about dpi changes.
public void RaiseDpiChanged(bool recursive)
Parameters
recursive
boolWhether to notify child controls.
RaiseDpiChanged(SizeI?, SizeI?)
public void RaiseDpiChanged(SizeI? dpiOld = null, SizeI? dpiNew = null)
Parameters
RaiseDpiChanged(DpiChangedEventArgs)
Raises the DpiChanged event and OnDpiChanged(DpiChangedEventArgs) method.
public void RaiseDpiChanged(DpiChangedEventArgs e)
Parameters
e
DpiChangedEventArgsThe DpiChangedEventArgs that contains the event data.