Skip to content

Commit

Permalink
Update SKPictureRecorder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jun 7, 2021
1 parent 71f5478 commit 8d0f94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ShimSkiaSharp/SKPictureRecorder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ namespace ShimSkiaSharp
{
public sealed class SKPictureRecorder
{
public SKRect CullRect { get; set; }
public SKRect CullRect { get; private set; }

public SKCanvas? RecordingCanvas { get; set; }
public SKCanvas? RecordingCanvas { get; private set; }

public SKCanvas BeginRecording(SKRect cullRect)
{
Expand Down

0 comments on commit 8d0f94e

Please sign in to comment.