Click or drag to resize

PlatformLayout Constructor

Initializes a new instance of the PlatformLayout class

Namespace:  Openfin.Desktop.PlatformAPI.Layout
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
public PlatformLayout(
	Identity windowIdentity,
	Platform platform
)

Parameters

windowIdentity
Type: Openfin.Desktop.PlatformAPIIdentity

[Missing <param name="windowIdentity"/> documentation for "M:Openfin.Desktop.PlatformAPI.Layout.PlatformLayout.#ctor(Openfin.Desktop.PlatformAPI.Identity,Openfin.Desktop.PlatformAPI.Platform)"]

platform
Type: Openfin.Desktop.PlatformAPIPlatform

[Missing <param name="platform"/> documentation for "M:Openfin.Desktop.PlatformAPI.Layout.PlatformLayout.#ctor(Openfin.Desktop.PlatformAPI.Identity,Openfin.Desktop.PlatformAPI.Platform)"]

See Also