public virtual void SnapObjectToGrid(
AnnObject targetObject,
bool clipToContainer
)
- (void)snapObjectToGrid:(LTAnnObject *)targetObject clipToContainer:(BOOL)clipToContainer NS_SWIFT_NAME(snapToGrid(object:clipToContainer:));
public:
virtual void SnapObjectToGrid(
AnnObject^ targetObject,
bool clipToContainer
)
def SnapObjectToGrid(self,targetObject,clipToContainer):
targetObject
An AnnObject to snap.
clipToContainer
A Boolean value to specify if we want to clip the point to container bounds after snap or no.
This is a generic method which snaps all the points of the object without changing the object's shape.
Some objects need special handling to keep their shape when snapping. You can override this behavior by overriding this method.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document