My Project
公開方法(Public Methods) | 保護方法(Protected Methods) | 屬性(properties) | 私有方法(Private Methods) | 私有屬性 | 全部成員列表
Form1
類別Form1的繼承圖:

公開方法(Public Methods)

 Form1 ()
 
void ClearDrawing ()
 清除畫布 更多...
 
void drawBackgroundLine (double Sop)
 繪製背景格線 更多...
 
void initpath (string xml)
 載入XML 更多...
 
void setAction (int act)
 選擇使用Redo或Undo 更多...
 
void setColorType (String colorName)
 設定顏色 更多...
 
void setDrawType (int ntype)
 設定目前動作 更多...
 
double setFormSize (String ctype)
 取得設定用的畫布大小 更多...
 
void setStrokeType (int ntype)
 設定線條粗細 更多...
 

保護方法(Protected Methods)

override void Dispose (bool disposing)
 Clean up any resources being used. 更多...
 

屬性(properties)

System.Windows.Controls.Canvas drawControl [get]
 
System.Windows.Controls.UserControl getRoot [get]
 

私有方法(Private Methods)

void Form1_Load (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. 更多...
 

私有屬性

System.ComponentModel.IContainer components = null
 Required designer variable. 更多...
 
System.Windows.Forms.Integration.ElementHost elementHost1
 
double Sheight
 
double Swidth
 
UserControl1 userControl1
 

詳細描述

定義在 Form1.cs 檔案之第 21 行.

建構子與解構子說明文件

◆ Form1()

Form1 ( )

定義在 Form1.cs 檔案之第 25 行.

函式成員說明文件

◆ ClearDrawing()

void ClearDrawing ( )

清除畫布

定義在 Form1.cs 檔案之第 82 行.

◆ Dispose()

override void Dispose ( bool  disposing)
protected

Clean up any resources being used.

參數
disposingtrue if managed resources should be disposed; otherwise, false.

定義在 Form1.Designer.cs 檔案之第 14 行.

◆ drawBackgroundLine()

void drawBackgroundLine ( double  Sop)

繪製背景格線

定義在 Form1.cs 檔案之第 39 行.

◆ Form1_Load()

void Form1_Load ( object  sender,
EventArgs  e 
)
private

定義在 Form1.cs 檔案之第 29 行.

◆ InitializeComponent()

void InitializeComponent ( )
private

Required method for Designer support - do not modify the contents of this method with the code editor.

定義在 Form1.Designer.cs 檔案之第 29 行.

◆ initpath()

void initpath ( string  xml)

載入XML

定義在 Form1.cs 檔案之第 98 行.

◆ setAction()

void setAction ( int  act)

選擇使用Redo或Undo

定義在 Form1.cs 檔案之第 106 行.

◆ setColorType()

void setColorType ( String  colorName)

設定顏色

定義在 Form1.cs 檔案之第 74 行.

◆ setDrawType()

void setDrawType ( int  ntype)

設定目前動作

定義在 Form1.cs 檔案之第 64 行.

◆ setFormSize()

double setFormSize ( String  ctype)

取得設定用的畫布大小

定義在 Form1.cs 檔案之第 50 行.

◆ setStrokeType()

void setStrokeType ( int  ntype)

設定線條粗細

定義在 Form1.cs 檔案之第 90 行.

資料成員說明文件

◆ components

System.ComponentModel.IContainer components = null
private

Required designer variable.

定義在 Form1.Designer.cs 檔案之第 8 行.

◆ elementHost1

System.Windows.Forms.Integration.ElementHost elementHost1
private

定義在 Form1.Designer.cs 檔案之第 65 行.

◆ Sheight

double Sheight
private

定義在 Form1.cs 檔案之第 24 行.

◆ Swidth

double Swidth
private

定義在 Form1.cs 檔案之第 23 行.

◆ userControl1

UserControl1 userControl1
private

定義在 Form1.Designer.cs 檔案之第 66 行.

屬性(property)說明文件

◆ drawControl

System.Windows.Controls.Canvas drawControl
get

定義在 Form1.cs 檔案之第 114 行.

◆ getRoot

System.Windows.Controls.UserControl getRoot
get

定義在 Form1.cs 檔案之第 125 行.


此類別(class) 文件是由下列檔案中產生: