Jump to content

firesickle

Newbies
  • Posts

    2
  • Joined

  • Last visited

About firesickle

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://www.jamjunky.com/firesickle/

Profile Information

  • Location
    PA
  • Interests
    Composing and Producing Digital Music

firesickle's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I hope you guys dont kill me for asking, but I was wondering if someone could direct me to a post that tells me how to make macros, or effects, or something of the like that can perform simple tasks for me. Maybe these tasks already exist in PaintDotNet, I could not find them, and I couldn't get any good results searching the forum. heres the code I am turning into simple macro/plugin SelectionSize: 218x93 SelectionLocation: 476x21 CanvasSize: 1200x800 Sub CenterHorizontally(SelectionSize, SelectionLocation, CanvasSize) Dim CenterX as Integer = (CanvasSize.X / 2) - (SelectionSize.X / 2) SelectionLocation.X = CenterX End Sub Sub CenterVertically(SelectionSize, SelectionLocation, CanvasSize) Dim CenterY as Integer = (CanvasSize.Y / 2) - (SelectionSize.Y / 2) SelectionLocation.Y = CenterY End Sub Sub Center(SelectionSize, SelectionLocation, CanvasSize) Dim CenterX as Integer = (CanvasSize.X / 2) - (SelectionSize.X / 2) Dim CenterY as Integer = (CanvasSize.Y / 2) - (SelectionSize.Y / 2) SelectionLocation.X = CenterX SelectionLocation.Y = CenterY End Sub
  2. Hi folks! I have been using Paint.Net for about 3 months now and decided to finally get around to joining up in the forum instead of just reading it. A bit about myself, I am a 21 yo .Net Software Developer living in PA. After hours I make digital music and do web design. I found Paint.Net while seeking a free alternative to Photoshop. Thanks for the great tool guys, I look forward to contributing where I can.
×
×
  • Create New...