Skip to content

Conversation

@Sebbstar
Copy link
Owner

No description provided.

@yy-2020 yy-2020 changed the base branch from master to wpf-offscreen January 26, 2023 14:11
@yy-2020 yy-2020 changed the base branch from wpf-offscreen to master January 26, 2023 14:11

if (DpiScaleFactor > 1.0)
{
rect = rect.ScaleByDpi(DpiScaleFactor);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hier meckert er bei mir, weil rect nicht initalisiert wurde

var host = new OutOfProcessHost(fullPath, cachePath, offScreenRendering);

host.Init();
host.Init();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

styling

/// </summary>
/// <param name="browserId">browser Id</param>
void NotifyMoveOrResizeStarted(int browserId);
/// <param name="browserId">Position and size of the window. Only required in offscreen mode.</param>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

param name rect

<RootNamespace>CefSharp.OutOfProcess.Wpf.HwndHost.Example</RootNamespace>
<StartupObject>CefSharp.OutOfProcess.Wpf.HwndHost.Example.App</StartupObject>
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

styling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants