Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

wpf create rectangle c#

using System.Windows.Shapes;

public Rectangle GetRectangle()
{
  return new Rectangle();
}
 
PREVIOUS NEXT
Tagged: #wpf #create #rectangle
ADD COMMENT
Topic
Name
1+6 =