←Select platform

Offset Property

Summary
The offset of this AnnContainer.
Syntax
C#
VB
Objective-C
C++
Java
public LeadPointD Offset { get; set; } 
Public Property Offset As LeadPointD 
@property (nonatomic) LeadPointD offset; 
public LeadPointD getOffset() 
public void setOffset(LeadPointD offset) 
public:  
   property LeadPointD^ Offset 
   { 
      LeadPointD^ get() 
      void set(LeadPointD^ value) 
   } 

Property Value

The offset of this AnnContainer in annotation units (1/720 of an inch). The default value is 0,0.

Remarks

In typical applications, you leave the offset of the container to 0,0.

Example

For an example, refer to AnnContainer.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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