DrawablePart Enumeration

Summary

Enumeration to represent the drawable item components.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.DrawablePart = { 
	none: 0, 
	handle: 1, 
	line: 2, 
	thickness: 4, 
	center: 8, 
	paraxialHandle: 16, 
	paraxialLine: 32 
} 
lt.Controls.Medical.DrawablePart = { 
	none: 0, 
	handle: 1, 
	line: 2, 
	thickness: 4, 
	center: 8, 
	paraxialHandle: 16, 
	paraxialLine: 32 
} 
Members
ValueMemberDescription
0NoneN/A
1HandleThe drawables handles
2LineThe drawables lines
4ThicknessThe drawable thickness area
8CenterThe drawable center handle
16ParaxialHandleThe drawable paraxial handles
32ParaxialLineThe drawable paraxial lines
Remarks

DrawablePart is used with drawable items such as, Cutlines, PanoramicPolygon, ParaxialSlice, and RotationTool. For hit-test purposes, refer to HitTest.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.