a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 datatypes.library
  --background--
  --rexxhost--
  AddDTObject
  DisposeDTObject
  DoAsyncLayout
  DoDTMethodA
  DrawDTObjectA
  GetDTAttrsA
  GetDTMethods
  GetDTString
  GetDTTriggerMethods
  NewDTObjectA
  ObtainDTDrawInfoA
  ObtainDataTypeA
  PrintDTObjectA
  RefreshDTObjectA
  ReleaseDTDrawInfo
  ReleaseDataType
  RemoveDTObject
  SetDTAttrsA
Include
GuruMeditation
Docs » Autodocs » datatypes.library » ObtainDTDrawInfoA

NAME

	ObtainDTDrawInfoA - Obtain a DataTypes object for drawing. (V44)

SYNOPSIS

	handle = ObtainDTDrawInfoA (o, attrs);
d0 a0 a1
APTR ObtainDTDrawInfoA (Object *, struct TagItem *);
handle = ObtainDTDrawInfo (o, tag1, ...);
APTR ObtainDTDrawInfo (Object *, Tag, ...);

FUNCTION

	This function is used to prepare a DataTypes object for
drawing into a RastPort.
This function will send the DTM_OBTAINDRAWINFO method
to the object using the opSet message structure.

INPUTS

	o - Pointer to an object as returned by NewDTObjectA().
attrs - Additional attributes.

RESULT

	Returns a opaque handle that must be passed to ReleaseDTDrawInfo()
when the application is done drawing the object.

NOTES

	This function implies a layout operation. Thus, you must not
add the object in question to a window or requester and use
ObtainDTDrawInfo() on it.

TAGS

	none defined at this time.

SEE ALSO

DrawDTObjectA(), ReleaseDTDrawInfo()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Crystal

CSL
TBL
DC
TRSI

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se