//Z_V0_FLINE_VERSION_DRAW_VERSION_INCLUDE_POINT_END function
//
//line : draw
//
//note :
//include ( point : end )
///////
//Z_V0_FLINE_VERSION_DRAW_VERSION_INCLUDE_POINT_END 函数
//
//直线 : 画
//
//注意 :
//包括 ( 点 : 结束 )
DWORD Z_V0_FLINE_VERSION_DRAW_VERSION_INCLUDE_POINT_END (
HDC & z_v0_lineversiondrawversionincludepointend_device_context_handle_input_hdc ,
INT & z_v0_lineversiondrawversionincludepointend_x_version_1point_start_input_int ,
INT & z_v0_lineversiondrawversionincludepointend_y_version_1point_start_input_int ,
INT & z_v0_lineversiondrawversionincludepointend_x_version_1point_end_input_int ,
INT & z_v0_lineversiondrawversionincludepointend_y_version_1point_end_input_int
)
///////
//Z_V0_FLINE_VERSION_DRAW_VERSION_INCLUDE_POINT_END function
//
//line : draw
//
//note :
//include ( point : end )
///////
//Z_V0_FLINE_VERSION_DRAW_VERSION_INCLUDE_POINT_END 函数
//
//直线 : 画
//
//注意 :
//包括 ( 点 : 结束 )
{
Z_V0_FLINE_VERSION_DRAW (
z_v0_lineversiondrawversionincludepointend_device_context_handle_input_hdc ,
z_v0_lineversiondrawversionincludepointend_x_version_1point_start_input_int ,
z_v0_lineversiondrawversionincludepointend_y_version_1point_start_input_int ,
z_v0_lineversiondrawversionincludepointend_x_version_1point_end_input_int ,
z_v0_lineversiondrawversionincludepointend_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_lineversiondrawversionincludepointend_device_context_handle_input_hdc ,
z_v0_lineversiondrawversionincludepointend_x_version_1point_end_input_int ,
z_v0_lineversiondrawversionincludepointend_y_version_1point_end_input_int ,
NULL
) ;
LineTo (
z_v0_lineversiondrawversionincludepointend_device_context_handle_input_hdc ,
z_v0_lineversiondrawversionincludepointend_x_version_1point_end_input_int ,
z_v0_lineversiondrawversionincludepointend_y_version_1point_end_input_int
) ;
return 0 ;
}
///////
//Z_V0_FLINE_VERSION_DRAW_VERSION_INCLUDE_POINT_END function
//
//line : draw
//
//note :
//include ( point : end )
///////
//Z_V0_FLINE_VERSION_DRAW_VERSION_INCLUDE_POINT_END 函数
//
//直线 : 画
//
//注意 :
//包括 ( 点 : 结束 )
static HDC z_v0_lineversiondrawversionincludepointend_device_context_handle_input_hdc ;
static INT z_v0_lineversiondrawversionincludepointend_x_version_1point_start_input_int ;
static INT z_v0_lineversiondrawversionincludepointend_y_version_1point_start_input_int ;
static INT z_v0_lineversiondrawversionincludepointend_x_version_1point_end_input_int ;
static INT z_v0_lineversiondrawversionincludepointend_y_version_1point_end_input_int ;
没有评论:
发表评论