Gets or sets the logical start point of the line profile.
Object.defineProperty(LineProfileObject.prototype, 'logicalStartPoint',
get: function(),
set: function(value)
)
logicalStartPoint: LeadPointD;
LeadPointD that represents the logical the start point of the line profile.
Logical point is the pixel by pixel position of the point, meaning that, (0, 0) is the top left of the image and (width, height) is the bottom right. Those values will not be affected by the scale, transform or rotation of the image.
To get the physical point, refer to PhysicalEndPoint and PhysicalStartPoint.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET