Previous Topic

Next Topic

Book Contents

Book Index

SetUseAntialias

Values are true/false/automatic. The default value is "false".

  • True: always use antialias
  • False: never use it
  • Automatic: let the code decide when to use it

C++

HRESULT SetUseAntialias([in] BSTR antialias);

Visual Basic

Public Function SetUseAntialias (

antialias As String

) As Long

Parameters

antialias

[in] a string specifying when to use antialiasing

  • true
  • false
  • automatic

Return value

None

Previous Topic

Next Topic

Book Contents

Book Index


[Design Science Home]
Copyright © 1996-2016 Design Science, Inc. All rights reserved.