Skip to content

Instantly share code, notes, and snippets.

View minhphuc429's full-sized avatar
💭
I may be slow to respond.

Phuc Nguyen Minh minhphuc429

💭
I may be slow to respond.
View GitHub Profile
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.IO;
public struct CtrlProportions {
public float HeightProportions;
public float WidthProportions;
public float TopProportions;
public float LeftProportions;
}
CtrlProportions[] ProportionsArray;
private void Form1_Load(object sender, EventArgs e) {