2018年2月24日星期六

gugustock_v0_201802102227_4d_55_Z_V0_FLINE_VERSION_DRAW

///////
//Z_V0_FLINE_VERSION_DRAW function
//
//line : draw
//
//note :
//not include ( point : end )
///////
//Z_V0_FLINE_VERSION_DRAW 函数
//
//直线 : 画
//
//注意 :
//没有 包括 ( 点 : 结束 )



DWORD Z_V0_FLINE_VERSION_DRAW (
HDC & z_v0_lineversiondraw_device_context_handle_input_hdc ,
INT & z_v0_lineversiondraw_x_version_1point_start_input_int ,
INT & z_v0_lineversiondraw_y_version_1point_start_input_int ,
INT & z_v0_lineversiondraw_x_version_1point_end_input_int ,
INT & z_v0_lineversiondraw_y_version_1point_end_input_int
)
///////
//Z_V0_FLINE_VERSION_DRAW function
//
//line : draw
//
//note :
//not include ( point : end )
///////
//Z_V0_FLINE_VERSION_DRAW 函数
//
//直线 : 画
//
//注意 :
//没有 包括 ( 点 : 结束 )
{

MoveToEx (
z_v0_lineversiondraw_device_context_handle_input_hdc ,
z_v0_lineversiondraw_x_version_1point_start_input_int ,
z_v0_lineversiondraw_y_version_1point_start_input_int ,
NULL
) ;

LineTo (
z_v0_lineversiondraw_device_context_handle_input_hdc ,
z_v0_lineversiondraw_x_version_1point_end_input_int ,
z_v0_lineversiondraw_y_version_1point_end_input_int
) ;

return 0 ;

}









///////
//Z_V0_FLINE_VERSION_DRAW function
//
//line : draw
//
//note :
//not include ( point : end )
///////
//Z_V0_FLINE_VERSION_DRAW 函数
//
//直线 : 画
//
//注意 :
//没有 包括 ( 点 : 结束 )



static HDC z_v0_lineversiondraw_device_context_handle_input_hdc ;
static INT z_v0_lineversiondraw_x_version_1point_start_input_int ;
static INT z_v0_lineversiondraw_y_version_1point_start_input_int ;
static INT z_v0_lineversiondraw_x_version_1point_end_input_int ;
static INT z_v0_lineversiondraw_y_version_1point_end_input_int ;









没有评论:

发表评论