←Select platform

Location Property

Summary

Gets or sets a point with the color that will be used to set the region.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Location", IsRequired=true)] 
public LeadPoint Location { get; set; } 
  
Public Property Location As Leadtools.LeadPoint 
public: 
property Leadtools.LeadPoint Location { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

A Leadtools.LeadPoint with the color that will be used to set the region.

Example

For an example, refer to MagicWandRasterRegionData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly