Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

Share a .NET tip or learn from what others have shraed.
  • 2
    Liked
    2
    Learned
    0
    Comments

    c# 3.0 - Object Initializers

    C# 3.0 introduced the new concept of object initializers, which makes easy to create objects.Before c# 3.0, we used to create an object like this Old syntax : [code] Person person = new Person(); person.FirstName = "Scott"; person.LastName =......
    Microsoft .NET Tips
    Ramireddy  Posted on Jun 24 2011 12:07AM
  • 2
    Liked
    2
    Learned
    0
    Comments

    C# - Unboxing cast error

    If a type is boxed, while unboxing, it should be unboxed to same type. Otherwise, it throws an invalid cast error. Below code will generate an error, since we are boxing an interger and then unboxing to float. [code] int i = 1; ......
    Microsoft .NET Tips
    Ramireddy  Posted on Jun 22 2011 6:26AM
Previous | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]