Skip to content

Commit ae701db

Browse files
author
Yannick Excoffier
committed
Change zoom method to public
1 parent 515e6b5 commit ae701db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghostscript.NET/Viewer/GhostscriptViewer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ public bool IsPageNumberValid(int pageNumber)
611611

612612
#region Zoom
613613

614-
private bool Zoom(float scale, bool test)
614+
public bool Zoom(float scale, bool test)
615615
{
616616
int tmpZoopX = (int)(_zoom_xDpi * scale + 0.5);
617617
int tmpZoomY = (int)(_zoom_yDpi * scale + 0.5);

0 commit comments

Comments
 (0)