Share via


DisplayPath.ApplyPropertiesFromMode(DisplayModeInfo) Method

Definition

Sets on this DisplayPath object all properties reflected in a supplied DisplayModeInfo. Note that the wire format is not set by this method, since a DisplayModeInfo object refers to a range of valid wire formats.

public:
 virtual void ApplyPropertiesFromMode(DisplayModeInfo ^ modeResult) = ApplyPropertiesFromMode;
void ApplyPropertiesFromMode(DisplayModeInfo const& modeResult);
public void ApplyPropertiesFromMode(DisplayModeInfo modeResult);
function applyPropertiesFromMode(modeResult)
Public Sub ApplyPropertiesFromMode (modeResult As DisplayModeInfo)

Parameters

modeResult
DisplayModeInfo

A DisplayModeInfo reflecting the properties to set.

Applies to