We are sorry, the page you requested cannot be found. It has been moved to a new location or does not exist anymore.
Please select interesting subject from the menu above or search for the content
Yes. Transparencies (translucency) are performed on a layer basis, whereby an entire layer is made semi-transparent. For example: (Layer.Transparency:=50) sets the transparency level of all vectors (such as polygons) on that layer at 50%. So effectively you can make polygon fi...
http://www.tatukgis.com/KB10264.aspx
2005-09-14 10:08:59
Transparency method is based on the context of previously drawn layers, and this can be known only when caching is enabled.
http://www.tatukgis.com/KB10416.aspx
2005-09-14 10:09:07
The transparancy setting is a layer level property. Just use the Layer.Transparent. For example, setting Layer.Trasparent=50 yields a 50% transparency level for that layer.
http://www.tatukgis.com/KB10208.aspx
2005-09-14 10:08:58
Be sure to attach colors using the GisSafeColor procedure. For example: layer.Params.Label.Font.Color := GisSafeColor( clBlack )
http://www.tatukgis.com/KB10452.aspx
2005-09-14 10:09:09
The generation of PDF files from semi-transparent layers is inherently very slow. This relates to the nature of the PDF file and is outside of the control of TatukGIS.
http://www.tatukgis.com/KB10691.aspx
2006-04-03 19:18:57
procedure TForm1.doPaintShape( const _sender : TObject ; const _shape : TGIS_Shape ) ; var hndl : Integer ; begin hndl := GIS.LockTransparent( 50 ) ; _shape.Draw ; GIS,UnlockTransparent( hndl ) ; end ;
http://www.tatukgis.com/KB10652.aspx
2005-10-25 16:08:02
The DK samples are organized by sets as listed below. All of samples in the list are provided as DK-VCL samples (in Delphi and C++Builder) and as DK.NET samples (in C# and VB.NET). Sample sets 1-5 are provided as DK-ActiveX samples (in VB6, VB.NET, and C#). Three samples a...
http://www.tatukgis.com/KB10593.aspx
2008-09-02 16:00:24
You can control the method in which the selected vectors are highlighted using: - GIS.SelectionColor to set the selection color, as long as the selection color is not white. (If white, then use instead GIS.SelectionPattern). - GIS.SelectionPattern to set a bitmap ...
http://www.tatukgis.com/KB10561.aspx
2005-09-14 10:09:14
The TatukGIS visual layer property and legend controls are the same for all TatukGIS products, e.g., the DK, Internet Server, GIS Editor, and free GIS Viewer. These controls provide comprehensive features to control all aspects of the visual appearance of each map layer, ...
http://www.tatukgis.com/KB10183.aspx
2009-07-11 16:46:29
Yes, you can make the polygon fills transparent, leaving the polygon outlines visible. Attach the same layer two times. First: Area.OutlineWidth = 0 (Results in transparent outline.) Second Area.OutlineWidth = a value greater than 0. Area.Pattern = Transparent ...
http://www.tatukgis.com/KB10336.aspx
2005-09-14 10:09:03
|<
<
1
2
3
4
>
>|
Results 1 - 10 of 37