Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorCore/Svg/Filters/ISvgFilterPrimitiveStandardAttributes.cs @ 12762

Last change on this file since 12762 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 395 bytes
Line 
1namespace SharpVectors.Dom.Svg
2{
3  /// <summary>
4  /// </summary>
5  /// <developer>don@donxml.com</developer>
6  /// <completed>100</completed>
7  public interface ISvgFilterPrimitiveStandardAttributes:
8    ISvgStylable
9  {
10    ISvgAnimatedLength X{get;}
11    ISvgAnimatedLength Y{get;}
12    ISvgAnimatedLength Width{get;}
13    ISvgAnimatedLength Height{get;}
14    ISvgAnimatedLength Result{get;}
15  }
16}
Note: See TracBrowser for help on using the repository browser.