Skip to content

Instantly share code, notes, and snippets.

@rtroe
Created September 21, 2016 06:23
Show Gist options
  • Save rtroe/fae303a3582dde7cfa09616d7b055f19 to your computer and use it in GitHub Desktop.
Save rtroe/fae303a3582dde7cfa09616d7b055f19 to your computer and use it in GitHub Desktop.
public Matrix MatrixTransform
{
set
{
if (Parameters["MatrixTransform"] != null)
Parameters["MatrixTransform"].SetValue(value);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment