←Select platform

SnapObjectToGrid Method

Summary
Snaps the specified AnnObject to the container grid based on AnnSnapToGridOptions.
Syntax
C#
Objective-C
C++/CLI
Python
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): 

Parameters

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.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

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