mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make visual tree public
This commit is contained in:
@@ -12,7 +12,7 @@ using Microsoft.Iris.Session;
|
||||
|
||||
namespace Microsoft.Iris.Drawing
|
||||
{
|
||||
internal abstract class UIImage : NotifyObjectBase
|
||||
public abstract class UIImage : NotifyObjectBase
|
||||
{
|
||||
private static Size s_sizeMaximumSurface = new Size(-1, -1);
|
||||
protected string _source;
|
||||
|
||||
Reference in New Issue
Block a user