コード例 #1
0
 /// <summary>
 /// Gets the effect's property collection.
 /// </summary>
 /// <returns>Returns an empty <see cref="PropertyCollection"/>.</returns>
 protected override PropertyCollection OnCreatePropertyCollection()
 {
     return(PropertyCollection.CreateEmpty());
 }
コード例 #2
0
 protected virtual PropertyCollection OnCreatePropertyCollection(ShapeRenderParameters renderParams) =>
 PropertyCollection.CreateEmpty();